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-2024 • Updated: 06/29/24
Comment or report problem with topic