IMarshal2 Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<GuidAttribute("000001CF-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IMarshal2 _
Inherits IMarshal
[GuidAttribute("000001CF-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IMarshal2 : IMarshal
Methods
|
DisconnectObject(UInt32) |
(Inherited from IMarshal.) |
|
DisconnectObject(UInt32) |
|
|
GetMarshalSizeMax(Guid%, IntPtr, UInt32, IntPtr, UInt32, UInt32%) |
(Inherited from IMarshal.) |
|
GetMarshalSizeMax(Guid%, IntPtr, UInt32, IntPtr, UInt32, UInt32%) |
|
|
GetUnmarshalClass(Guid%, IntPtr, UInt32, IntPtr, UInt32, Guid%) |
(Inherited from IMarshal.) |
|
GetUnmarshalClass(Guid%, IntPtr, UInt32, IntPtr, UInt32, Guid%) |
|
|
MarshalInterface(IStream, Guid%, IntPtr, UInt32, IntPtr, UInt32) |
(Inherited from IMarshal.) |
|
MarshalInterface(IStream, Guid%, IntPtr, UInt32, IntPtr, UInt32) |
|
|
ReleaseMarshalData(IStream) |
(Inherited from IMarshal.) |
|
ReleaseMarshalData(IStream) |
|
|
UnmarshalInterface(IStream, Guid%, IntPtr%) |
(Inherited from IMarshal.) |
|
UnmarshalInterface(IStream, Guid%, IntPtr%) |
|
Top
See Also
Reference
Microsoft.VisualStudio.OLE.Interop Namespace