ISurrogate Interface

Definition

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.

public interface class ISurrogate
public interface class ISurrogate
__interface ISurrogate
[System.Runtime.InteropServices.Guid("00000022-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ISurrogate
[System.Runtime.InteropServices.Guid("00000022-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISurrogate
[<System.Runtime.InteropServices.Guid("00000022-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ISurrogate = interface
[<System.Runtime.InteropServices.Guid("00000022-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISurrogate = interface
Public Interface ISurrogate
Attributes

Methods

FreeSurrogate()
LoadDllServer(Guid)

Applies to