Click or drag to resize
Ab4d.SharpEngine logo

IComponentBase Properties

The IComponentBase type exposes the following members.

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