Syntax

C#
[SerializableAttribute]
public class NamingPartsSubSystem

The type exposes the following members.

Public Constructors

Public Methods

  NameDescription
Public methodContainsOverloaded.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAssignableHandlers (Inherited from DefaultNamingSubSystem.)
Public methodGetHandlerOverloaded.
Public methodGetHandlersOverloaded.
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetKey2Handler (Inherited from DefaultNamingSubSystem.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetService2Handler (Inherited from DefaultNamingSubSystem.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit (Inherited from AbstractSubSystem.)
Public methodInitializeLifetimeService (Inherited from AbstractSubSystem.)
Public methodRegister (Inherited from DefaultNamingSubSystem.)
Public methodTerminate (Inherited from AbstractSubSystem.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUnRegisterOverloaded.

Protected Methods

  NameDescription
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)

Protected Fields

  NameDescription
Protected fieldkey2Handler
Map(String, IHandler) to map component keys to IHandler
(Inherited from DefaultNamingSubSystem.)
Protected fieldservice2Handler
Map(Type, IHandler) to map services to IHandler
(Inherited from DefaultNamingSubSystem.)

Public Properties

  NameDescription
Public propertyComponentCount (Overrides DefaultNamingSubSystem..::ComponentCount.)
Public propertyItemOverloaded.

Protected Properties

  NameDescription
Protected propertyKernel (Inherited from AbstractSubSystem.)

See Also