[fdo-users] SDF2 to SDF3
Jackie Ng
jumpinjackie at gmail.com
Tue Jan 19 06:31:37 EST 2010
Main(string [] args) is the standard entry point of any .net console
application.
args contains any additional arguments that have been passed when the
application is run from the commandline.
Suppose you have a console application called MyApp.exe and you run it like
so:
MyApp.exe --hello --world
The args parameter would have two values: "--hello" and "--world"
- Jackie
--
View this message in context: http://n2.nabble.com/SDF2-to-SDF3-tp4290710p4419464.html
Sent from the FDO Users mailing list archive at Nabble.com.
More information about the fdo-users
mailing list