pmMDA.NET

Locator Members

Locator overview

Public Static Properties

Instance Gets the unique instance of the application.

Public Static Methods

DeregisterOverloaded. Deregisters the unique instance of the application class.
RegisterOverloaded. Register the unique instance of the application class.

Public Instance Properties

DataObjectManager Gets the data object manager associated with this application.
DebugMode Gets or sets whether this application is in debug mode.
IsInitialized Gets whether this application is initialized.
IsRunning Gets whether this application is running.
IsStopped Gets whether this application is stopped.
RegisteredComponents Gets all registered components.
SimulationMode Gets or sets whether this application is in simulation mode.
State Gets the current state of this locator.
ViewManager Gets the view manager associated with this application.

Public Instance Methods

DeregisterOverloaded. Deregisters the component from this application.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetComponent Gets the component with a specified name
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Initialize Initializes this application.
IsRegistered Returns whether a specified component is registered.
RegisterOverloaded. Registers a component on the application. If the application is already running, the component is started accordingly. The component is not registered if there is already a registered component with the same name.
ShutdownImmediate This application is shut down immediately.
ShutdownNormal This application is shut down normally.
Startup Startup this application.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Constructors

Locator Constructor Initializes a new instance of the Locator class.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Locator Class | PmMda.Net.Application Namespace