IMarshal 接口
使 COM 对象定义和管理将其接口指针。 将打包数据传输到另一个进程或计算机。 有关更多信息,请参见IMarshal和 IMarshal—Default Implementation。
命名空间: Microsoft.VisualStudio.OLE.Interop
程序集: Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)
语法
声明
<GuidAttribute("00000003-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IMarshal
[GuidAttribute("00000003-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IMarshal
IMarshal 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
DisconnectObject | ||
GetMarshalSizeMax | ||
GetUnmarshalClass | ||
MarshalInterface | ||
ReleaseMarshalData | ||
UnmarshalInterface |
页首