Retrieves a value from a static property by specifying a type full name and property
public object GetStaticProperty( string TypeName,
string Property );
Parameters
TypeName
Full type name (namespace.class)
Property
Property to get value from
Overloads:
See also:
Class wwDotNetBridge