Retrieves a value from a static property by specifying a type full name and property
public static object GetStaticProperty(string typeName, string property)
Parameters
typeName
Full type name (namespace.class)
property
Property to get value from
Overloads:
See also:
Class ReflectionUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic