Click or drag to resize

ComLocalServer Class

Defines a COM local server.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesComLocalServer

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class ComLocalServer : IDisposable

The ComLocalServer type exposes the following members.

Constructors
  NameDescription
Public methodComLocalServer
Initializes a new instance of the ComLocalServer class
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and optionally managed resources.
Protected methodFinalize
Finalizes an instance of the ComLocalServer class.
(Overrides ObjectFinalize.)
Public methodStatic memberInitializeSecurity(Guid, EOLE_AUTHENTICATION_CAPABILITIES)
Initializes COM security using an AppID.
Public methodStatic memberInitializeSecurity(RPC_C_AUTHN_LEVEL, RPC_C_IMP_LEVEL, EOLE_AUTHENTICATION_CAPABILITIES)
Initializes COM security.
Public methodStatic memberInitializeSecurity(IntPtr, Int32, IntPtr, RPC_C_AUTHN_LEVEL, RPC_C_IMP_LEVEL, IntPtr, EOLE_AUTHENTICATION_CAPABILITIES, Boolean)
Initializes COM security.
Public methodRegisterClassObjectT
Registers the class object and optionally permits activation requests on it.
Public methodResume
Permits activation requests on all registered class objects.
Public methodRevoke
Informs OLE that class objects previously registered are no longer available for use.
Public methodSuspend
Prevents any new activation requests on all registered class objects.
Top
See Also