Click or drag to resize

Ace Class

The ACE library static class used for initialization and finalization
Inheritance Hierarchy
SystemObject
  OpenDDSharpAce

Namespace:  OpenDDSharp
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public class Ace

The Ace type exposes the following members.

Constructors
  NameDescription
Public methodAce
Initializes a new instance of the Ace class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFini
Finalize the ACE library services and releases ACE's internal resources. In general, do not instantiate ACE classes or call methods on objects of these classes after a Ace.Fini() has been called.
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 memberInit
This method initializes the ACE library services and initializes ACE's internal resources. Applications should not instantiate ACE classes or call methods on objects of these classes until a ACE.Init() returns successfully.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also