RTX64Object Class

The common ancestor class of all RTX64 Managed classes.
Inheritance Hierarchy
SystemObject
  IntervalZero.RTX64RTX64Object
    

Namespace:  IntervalZero.RTX64
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public class RTX64Object : IDisposable, 
	INotifyPropertyChanged

The RTX64Object type exposes the following members.

Constructors
NameDescription
Public methodRTX64Object
Default constructor.
Public methodRTX64Object(String)
Constructor for a named object.
Top
Properties
NameDescription
Public propertyCreationTime
Date and time the object was created.
Protected propertyIsDisposed
True if the object has been disposed, false otherwise.
Public propertyName
Name of the object.
Protected propertyStatic memberProductName
Product name.
Top
Methods
NameDescription
Public methodDispose
Dispose method.
Protected methodOnNotifyPropertyChanged
Called when a property is changed
Top
Events
NameDescription
Public eventPropertyChanged
Event Fired when a property value is changed
Top
See Also
Inheritance Hierarchy