ISurrogate Interface

Loads or frees a surrogate. A surrogate is an EXE file that can load DLL servers to give them the advantages of being an EXE server. For more information, see ISurrogate.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000022-0000-0000-C000-000000000046")> _
Public Interface ISurrogate
[InterfaceTypeAttribute()]
[GuidAttribute("00000022-0000-0000-C000-000000000046")]
public interface ISurrogate
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000022-0000-0000-C000-000000000046")]
public interface class ISurrogate
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000022-0000-0000-C000-000000000046")>]
type ISurrogate =  interface end
public interface ISurrogate

The ISurrogate type exposes the following members.

Methods

  Name Description
Public method FreeSurrogate
Public method LoadDllServer

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace