Click or drag to resize

HostFunctions.newObj Method

Overload List
 NameDescription
Public methodCode examplenewObj() Creates an empty host object.
Public methodnewObj(IDynamicMetaObjectProvider, Object[]) Performs dynamic instantiation.
Public methodnewObj(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.
Public methodCode examplenewObj<T>(Object[]) Creates a host object of the specified type. This version is invoked if the specified type can be used as a type argument.
Top
See Also