Method | Description | |
---|---|---|
CanComBind ( object value ) : bool | ||
GetDynamicMemberNames ( object value ) : IEnumerable |
Gets the member names associated with the object. This function can operate only with objects for which IsComObject returns true.
|
|
IsComObject ( object value ) : bool |
Determines if an object is a COM object.
|
|
TryBindGetIndex ( |
Tries to perform binding of the dynamic get index operation.
|
|
TryBindGetMember ( |
Tries to perform binding of the dynamic get member operation.
|
|
TryBindGetMember ( |
Tries to perform binding of the dynamic get member operation.
|
|
TryBindInvoke ( |
Tries to perform binding of the dynamic invoke operation.
|
|
TryBindInvokeMember ( |
Tries to perform binding of the dynamic invoke member operation.
|
|
TryBindSetIndex ( |
Tries to perform binding of the dynamic set index operation.
|
|
TryBindSetMember ( |
Tries to perform binding of the dynamic set member operation.
|
|
TryConvert ( |
Tries to perform binding of the dynamic Convert operation.
|
Method | Description | |
---|---|---|
GetDynamicDataMemberNames ( object value ) : IList |
||
GetDynamicDataMembers ( object value, IEnumerable |
||
TryGetMetaObject ( |
||
TryGetMetaObjectInvoke ( |
public static CanComBind ( object value ) : bool | ||
value | object | |
return | bool |
public static GetDynamicMemberNames ( object value ) : IEnumerable |
||
value | object | The object for which member names are requested. |
return | IEnumerable |
public static IsComObject ( object value ) : bool | ||
value | object | The object to test. |
return | bool |
public static TryBindGetIndex ( |
||
binder | An instance of the |
|
instance | The target of the dynamic operation. | |
args | An array of |
|
result | The new |
|
return | bool |
public static TryBindGetMember ( |
||
binder | An instance of the |
|
instance | The target of the dynamic operation. | |
result | The new |
|
return | bool |
public static TryBindGetMember ( |
||
binder | An instance of the |
|
instance | The target of the dynamic operation. | |
result | The new |
|
delayInvocation | bool | true if member evaluation may be delayed. |
return | bool |
public static TryBindInvoke ( |
||
binder | An instance of the |
|
instance | The target of the dynamic operation. | |
args | An array of |
|
result | The new |
|
return | bool |
public static TryBindInvokeMember ( |
||
binder | An instance of the |
|
instance | The target of the dynamic operation. | |
args | An array of |
|
result | The new |
|
return | bool |
public static TryBindSetIndex ( |
||
binder | An instance of the |
|
instance | The target of the dynamic operation. | |
args | An array of |
|
value | The |
|
result | The new |
|
return | bool |
public static TryBindSetMember ( |
||
binder | An instance of the |
|
instance | The target of the dynamic operation. | |
value | The |
|
result | The new |
|
return | bool |
public static TryConvert ( |
||
binder | An instance of the |
|
instance | The target of the dynamic operation. | |
result | The new |
|
return | bool |