![]() |
Paradox Game Engine
v1.0.0 beta06
|
Base class for a IReferencable class. More...
Public Member Functions | |
| virtual int | AddReference () |
Increments the reference count of this instance.
| |
| virtual int | Release () |
Decrements the reference count of this instance.
| |
Protected Member Functions | |
| abstract void | Destroy () |
| Releases unmanaged and - optionally - managed resources More... | |
Properties | |
| int | ReferenceCount [get] |
Properties inherited from SiliconStudio.Core.IReferencable | |
| int | ReferenceCount [get] |
| Gets the reference count of this instance. More... | |
Base class for a IReferencable class.
Definition at line 11 of file ReferenceBase.cs.
|
virtual |
Increments the reference count of this instance.
Implements SiliconStudio.Core.IReferencable.
Definition at line 19 of file ReferenceBase.cs.
|
protectedpure virtual |
Releases unmanaged and - optionally - managed resources
Implemented in SiliconStudio.Core.Storage.Blob.
|
virtual |
Decrements the reference count of this instance.
Implements SiliconStudio.Core.IReferencable.
Definition at line 27 of file ReferenceBase.cs.
|
get |
Definition at line 16 of file ReferenceBase.cs.