Click or drag to resize

ReflectionUtilsGetStaticProperty Method (Type, String)

Returns a static property from a given type

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static Object GetStaticProperty(
	Type type,
	string property
)

Parameters

type
Type: SystemType
Type instance for the static property
property
Type: SystemString
Property name as a string

Return Value

Type: Object

[Missing <returns> documentation for "M:Koden.Utils.ReflectionUtils.GetStaticProperty(System.Type,System.String)"]

See Also