ComInterfaceMarshaller<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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.