Condividi tramite


Interfaccia IMarshal2

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Spazio dei nomi:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Sintassi

'Dichiarazione
<GuidAttribute("000001CF-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IMarshal2 _
    Inherits IMarshal
[GuidAttribute("000001CF-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IMarshal2 : IMarshal

Metodi

  Nome Descrizione
Metodo pubblico DisconnectObject(UInt32) (Ereditato da IMarshal)
Metodo pubblico DisconnectObject(UInt32)
Metodo pubblico GetMarshalSizeMax(Guid%, IntPtr, UInt32, IntPtr, UInt32, UInt32%) (Ereditato da IMarshal)
Metodo pubblico GetMarshalSizeMax(Guid%, IntPtr, UInt32, IntPtr, UInt32, UInt32%)
Metodo pubblico GetUnmarshalClass(Guid%, IntPtr, UInt32, IntPtr, UInt32, Guid%) (Ereditato da IMarshal)
Metodo pubblico GetUnmarshalClass(Guid%, IntPtr, UInt32, IntPtr, UInt32, Guid%)
Metodo pubblico MarshalInterface(IStream, Guid%, IntPtr, UInt32, IntPtr, UInt32) (Ereditato da IMarshal)
Metodo pubblico MarshalInterface(IStream, Guid%, IntPtr, UInt32, IntPtr, UInt32)
Metodo pubblico ReleaseMarshalData(IStream) (Ereditato da IMarshal)
Metodo pubblico ReleaseMarshalData(IStream)
Metodo pubblico UnmarshalInterface(IStream, Guid%, IntPtr%) (Ereditato da IMarshal)
Metodo pubblico UnmarshalInterface(IStream, Guid%, IntPtr%)

In alto

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.OLE.Interop