![]() |
Paradox Game Engine
v1.0.0 beta06
|
Base interface for all referencable objects. More...
Public Member Functions | |
| int | AddReference () |
| Increments the reference count of this instance. More... | |
| int | Release () |
| Decrements the reference count of this instance. More... | |
Properties | |
| int | ReferenceCount [get] |
| Gets the reference count of this instance. More... | |
Base interface for all referencable objects.
Definition at line 8 of file IReferencable.cs.
| int SiliconStudio.Core.IReferencable.AddReference | ( | ) |
Increments the reference count of this instance.
Implemented in SiliconStudio.Core.ReferenceBase.
| int SiliconStudio.Core.IReferencable.Release | ( | ) |
Decrements the reference count of this instance.
When the reference count is going to 0, the component should release/dispose dependents objects.
Implemented in SiliconStudio.Core.ReferenceBase.
|
get |
Gets the reference count of this instance.
The reference count.
Definition at line 16 of file IReferencable.cs.