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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.