Click or drag to resize

ComLocalServer Class

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

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the ComLocalServer class.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also