 | 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
Syntaxpublic static Object GetStaticProperty(
Type type,
string property
)
Public Shared Function GetStaticProperty (
type As Type,
property As String
) As Object
public:
static Object^ GetStaticProperty(
Type^ type,
String^ property
)
static member GetStaticProperty :
type : Type *
property : string -> Object
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