Click or drag to resize
Ab4d.SharpEngine logo

ComponentBase Properties

The ComponentBase type exposes the following members.

Properties
 NameDescription
Public propertyId Gets a unique id of this resource. This value is get by calling GetNextId(IComponentBase) method.
Public propertyIsDisposed Gets a Boolean that specifies if this resource has been disposed.
Public propertyIsDisposing Gets a Boolean that specifies if this resource is currently being disposed (the current code is executing inside Dipose method).
Public propertyName Gets name of this resource. Name cannot be null but can an empty string.
Top
See Also