Host | 
| Name | Description | |
|---|---|---|
| newObj | Creates an empty host object. | |
| newObj(IDynamicMetaObjectProvider, Object) | Performs dynamic instantiation. | |
| newObj(Object, Object) | Creates a host object of the specified type. This version is invoked if the specified type cannot be used as a type argument. | |
| newObjT(Object) | Creates a host object of the specified type. This version is invoked if the specified type can be used as a type argument. |