System.Bindings.CustomWrapper.TCustomWrapper Properties
InheritedProtected
| Args | public | Array of values to be passed in for the parameters of the wrapped member. |
| Attached | public | Specifies whether the wrapper is attached to a physical object. |
| Attachment | public | Specifies the object to which the wrapper is attached. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| EvalTimeOnly | public | Indicates whether the value of the wrapped object member can be determined only at evaluation time. |
| GetterCallback | public | The callback used by the engine to determine the actual value of the wrapped fake object member. |
| MemberName | public | Specifies the name of the wrapped member. |
| MetaClass | public | Allows navigation through the metadata the same way as through a class reference of an object. |
| Parent | public | The parent object that contains the wrapped member. |
| RefCount | public | Indicates the number of interface pointers currently dependent upon the object. |
| WrapperType | public | Lets the engine know whether the wrapper needs parameters to be able to return a valid value. |