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