Click or drag to resize

ReflectionUtilsGetPropertyCom Method

Retrieve a dynamic 'non-typelib' property

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

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