web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Main Method

Hossein.K Profile Picture Hossein.K 6,648
The main method is a static method that can be used to call a constuctor. It is
special because its name is required to be "main". It is used by the system when
the class is run directly from a menu item and it takes a parameter of type
args.Args is a class that is used to pass parameters between objects, for instance,
various parameters can be set on the properties on a menu item. When the menu
item calls a class, the
args class containing those property values is passed to themain method using the args parameter.

Best Regards,
Hossein Karimi

Comments

*This post is locked for comments