Syntax
| C# |
|---|
[SerializableAttribute] public class NamingPartsSubSystem |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| NamingPartsSubSystemNamingPartsSubSystemNew |
Public Methods
| Name | Description | |
|---|---|---|
| Contains | Overloaded. | |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Equals | (Inherited from Object.) | |
| GetAssignableHandlers | (Inherited from DefaultNamingSubSystem.) | |
| GetHandler | Overloaded. | |
| GetHandlers | Overloaded. | |
| GetHashCode | 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.) | |
| GetKey2Handler | (Inherited from DefaultNamingSubSystem.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetService2Handler | (Inherited from DefaultNamingSubSystem.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Init | (Inherited from AbstractSubSystem.) | |
| InitializeLifetimeService | (Inherited from AbstractSubSystem.) | |
| Register | (Inherited from DefaultNamingSubSystem.) | |
| Terminate | (Inherited from AbstractSubSystem.) | |
| ToString | (Inherited from Object.) | |
| UnRegister | Overloaded. |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
Protected Fields
| Name | Description | |
|---|---|---|
| key2Handler |
Map(String, IHandler) to map component keys
to IHandler (Inherited from DefaultNamingSubSystem.) | |
| service2Handler |
Map(Type, IHandler) to map services
to IHandler (Inherited from DefaultNamingSubSystem.) |
Public Properties
| Name | Description | |
|---|---|---|
| ComponentCount | (Overrides DefaultNamingSubSystem..::ComponentCount.) | |
| Item | Overloaded. |
Protected Properties
| Name | Description | |
|---|---|---|
| Kernel | (Inherited from AbstractSubSystem.) |