GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Autodia::Handler::CSharp(3) User Contributed Perl Documentation Autodia::Handler::CSharp(3)

Autodia::Handler::CSharp - AutoDia handler for C#

This module parses files into a Diagram Object, which all handlers use. The role of the handler is to parse through the file extracting information such as Class names, attributes, methods and properties.

use Autodia::Handler::CSharp;

my $handler = Autodia::Handler::CSharp->New(\%Config);

This creates a new handler using the Configuration hash to provide rules selected at the command line.

This parses the named file and returns 1 if successful or 0 if the file could not be opened.

$handler->output_xml(); # interpolates values into an xml or html template

$handler->output_graphviz(); # generates a gif file via graphviz

Sean Dague <sean@dague.net>

Aaron Trevena

Copyright 2007 Sean Dague Copyright 2001 - 2006 Aaron Trevena
2010-02-18 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.