UniqueComInterfaceMarshaller<T>.ConvertToManaged(Void*) 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.
Converts a COM interface pointer to a managed object.
public:
static T ConvertToManaged(void* unmanaged);
public static T? ConvertToManaged (void* unmanaged);
static member ConvertToManaged : nativeptr<unit> -> 'T
Parameters
- unmanaged
- Void*
The COM interface pointer.
Returns
T
A managed object that represents the passed in COM interface pointer, or the managed object represented by the passed in pointer.
Remarks
If the passed in COM interface pointer wraps a managed object, this method returns the underlying object.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.