Прочитај на енглеском Уреди

Делите путем


ComWrappers.CreateObject(IntPtr, CreateObjectFlags) Method

Definition

Creates a managed object for the object that externalComObject points to, respecting the values of flags.

C#
protected abstract object? CreateObject(IntPtr externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags);

Parameters

externalComObject
IntPtr

Object to import for usage into the .NET runtime.

flags
CreateObjectFlags

Flags used to describe the external object.

Returns

A managed object associated with the supplied external COM object.

Remarks

If the object cannot be created and null is returned, the call to GetOrCreateObjectForComInstance(IntPtr, CreateObjectFlags) will throw a ArgumentNullException.

Applies to

Производ Верзије
.NET 5, 6, 7, 8, 9, 10