StrategyBasedComWrappers.CreateObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateObject(IntPtr, CreateObjectFlags) |
Creates a managed object for the object that |
CreateObject(IntPtr, CreateObjectFlags, Object, CreatedWrapperFlags) |
CreateObject(IntPtr, CreateObjectFlags)
- Source:
- StrategyBasedComWrappers.cs
- Source:
- StrategyBasedComWrappers.cs
- Source:
- StrategyBasedComWrappers.cs
Creates a managed object for the object that externalComObject
points to, respecting the values of flags
.
protected:
override System::Object ^ CreateObject(IntPtr externalComObject, System::Runtime::InteropServices::CreateObjectFlags flags);
protected override sealed object CreateObject(IntPtr externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags);
override this.CreateObject : nativeint * System.Runtime.InteropServices.CreateObjectFlags -> obj
Protected Overrides NotOverridable Function CreateObject (externalComObject As IntPtr, flags As CreateObjectFlags) As Object
Parameters
- externalComObject
-
IntPtr
nativeint
Object to import for usage into the .NET runtime.
- flags
- CreateObjectFlags
A bitwise combination of the enumeration values that describes the external object.
Returns
A managed object associated with the supplied external COM object.
Applies to
CreateObject(IntPtr, CreateObjectFlags, Object, CreatedWrapperFlags)
protected:
override System::Object ^ CreateObject(IntPtr externalComObject, System::Runtime::InteropServices::CreateObjectFlags flags, System::Object ^ userState, [Runtime::InteropServices::Out] System::Runtime::InteropServices::CreatedWrapperFlags % wrapperFlags);
protected override sealed object? CreateObject(IntPtr externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags, object? userState, out System.Runtime.InteropServices.CreatedWrapperFlags wrapperFlags);
override this.CreateObject : nativeint * System.Runtime.InteropServices.CreateObjectFlags * obj * CreatedWrapperFlags -> obj
Protected Overrides NotOverridable Function CreateObject (externalComObject As IntPtr, flags As CreateObjectFlags, userState As Object, ByRef wrapperFlags As CreatedWrapperFlags) As Object
Parameters
- externalComObject
-
IntPtr
nativeint
- flags
- CreateObjectFlags
- userState
- Object
- wrapperFlags
- CreatedWrapperFlags