Click or drag to resize

ReflectionUtilsGetStaticProperty Method (String, String)

Retrieves a value from a static property by specifying a type full name and property

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

Parameters

typeName
Type: SystemString
Full type name (namespace.class)
property
Type: SystemString
Property to get value from

Return Value

Type: Object

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

See Also