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