IRpcStubBuffer 接口

定义

控制远程过程调用 (RPC) 存根用于在 COM 组件之间封送数据。 有关详细信息,请参阅 IRpcStubBuffer。

public interface class IRpcStubBuffer
public interface class IRpcStubBuffer
__interface IRpcStubBuffer
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("D5F56AFC-593B-101A-B569-08002B2DBF7A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IRpcStubBuffer
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("D5F56AFC-593B-101A-B569-08002B2DBF7A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IRpcStubBuffer = interface
Public Interface IRpcStubBuffer
属性

方法

Connect(Object)
CountRefs()
DebugServerQueryInterface(IntPtr)
DebugServerRelease(IntPtr)
Disconnect()
Invoke(RPCOLEMESSAGE[], IRpcChannelBuffer)
IsIIDSupported(Guid)

适用于