IRpcHelper Interface
Provides helper methods for remote procedure calls. Methods provide DCOM protocol version and convert an object reference to an interface identifier.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("00000149-0000-0000-C000-000000000046")> _
Public Interface IRpcHelper
[InterfaceTypeAttribute()]
[GuidAttribute("00000149-0000-0000-C000-000000000046")]
public interface IRpcHelper
The IRpcHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDCOMProtocolVersion | ||
GetIIDFromOBJREF |
Top