Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Runtime.​InteropServices.​Marshalling.​IIUnknownInterfaceDetailsStrategy
Assembly: System.Runtime.InteropServices
Defines a strategy for acquiring interface details.
Methods
public
IComExposedDetails
GetComExposedTypeDetails​(RuntimeTypeHandle type)
type
The runtime type handle.
Returns Details about the specified type, if it's known.
Gets details about the specified type that are exposed to COM.
public
IIUnknownDerivedDetails
GetIUnknownDerivedDetails​(RuntimeTypeHandle type)
type
The runtime type handle.
Returns Details about the specified type, if it's known.
Gets the IUnknown details for the specified type.