IMarshal Interface
Enables a COM object to define and manage the marshaling of its interface pointers. Marshaling is packaging data for transmission to another process or machine. For more information, see IMarshal and IMarshal—Default Implementation.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<GuidAttribute("00000003-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IMarshal
[GuidAttribute("00000003-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IMarshal
The IMarshal type exposes the following members.
Methods
Name | Description | |
---|---|---|
DisconnectObject | ||
GetMarshalSizeMax | ||
GetUnmarshalClass | ||
MarshalInterface | ||
ReleaseMarshalData | ||
UnmarshalInterface |
Top