다음을 통해 공유


IMarshal.GetUnmarshalClass Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Sub GetUnmarshalClass ( _
    ByRef riid As Guid, _
    pv As IntPtr, _
    dwDestContext As UInteger, _
    pvDestContext As IntPtr, _
    MSHLFLAGS As UInteger, _
    <OutAttribute> ByRef pCid As Guid _
)
void GetUnmarshalClass(
    ref Guid riid,
    IntPtr pv,
    uint dwDestContext,
    IntPtr pvDestContext,
    uint MSHLFLAGS,
    out Guid pCid
)

Parameters

.NET Framework Security

See Also

Reference

IMarshal Interface

Microsoft.VisualStudio.OLE.Interop Namespace