View Single Post
  #13 (permalink)  
Old 03-27-2008, 01:13 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 13,119
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

Fields are not accessible at all.
Static methods are accessible:
Code:
Sub App_Start
    o.New1(
false)
    o.CreateNew(
"System.Math")
    x = o.RunMethod3(
"Max",12,"System.Int32",54,"System.Int32")
    
Msgbox(x)
End Sub
Reply With Quote