Returns a static property from a given type
public static object GetStaticProperty(Type type, string property)
Parameters
type
Type instance for the static property
property
Property name as a string
Overloads:
See also:
Class ReflectionUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic