RRUZ / wmi-delphi-code-creator

Generate Object Pascal (Delphi, FPC), Oxygene, C++ and C# code to access the WMI
https://theroadtodelphi.wordpress.com/
182 stars 44 forks source link

Create TemplateNonStaticMethodInvokerVBNet.vb #20

Open ElektroStudios opened 9 years ago

ElektroStudios commented 9 years ago

VBNet Non-Static Method Invoker Template (The equivalent of the C# template sample. A console app with the default entry point method "Main")

Note(s): · All member names follows strict name conventions to help the compiler recognize the members, please, don't change their string-case. · conn object is initialized as Nothing to avoid a compiler warning about its usage before being initialized, it shouldn't be changed.