 | ReflectionUtilsGetPropertyCom Method |
Retrieve a dynamic 'non-typelib' property
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static Object GetPropertyCom(
Object instance,
string property
)
Public Shared Function GetPropertyCom (
instance As Object,
property As String
) As Object
public:
static Object^ GetPropertyCom(
Object^ instance,
String^ property
)
static member GetPropertyCom :
instance : Object *
property : string -> Object
Parameters
- instance
- Type: SystemObject
Object to make the call on - property
- Type: SystemString
Property to retrieve
Return Value
Type:
Object[Missing <returns> documentation for "M:Koden.Utils.ReflectionUtils.GetPropertyCom(System.Object,System.String)"]
See Also