Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Threading.Locks Class Reference

Static Public Member Functions

static void SetDefaultLockMechanism (ILockMechanism defaultLockMechanism)
 
static ILockMechanism RestoreDefaultLockMechanism ()
 

Static Public Attributes

static ILockMechanism Default
 
static readonly ILockMechanism Standard = new StandardLock()
 
static readonly ILockMechanism Global = new GlobalLock()
 

Detailed Description

Definition at line 11 of file LockMechanisms.cs.

Member Function Documentation

static ILockMechanism SiliconStudio.Paradox.Threading.Locks.RestoreDefaultLockMechanism ( )
static

Definition at line 33 of file LockMechanisms.cs.

static void SiliconStudio.Paradox.Threading.Locks.SetDefaultLockMechanism ( ILockMechanism  defaultLockMechanism)
static

Definition at line 25 of file LockMechanisms.cs.

Member Data Documentation

ILockMechanism SiliconStudio.Paradox.Threading.Locks.Default
static

Definition at line 13 of file LockMechanisms.cs.

Referenced by SiliconStudio.Paradox.Threading.Lock.Do().

readonly ILockMechanism SiliconStudio.Paradox.Threading.Locks.Global = new GlobalLock()
static

Definition at line 15 of file LockMechanisms.cs.

Referenced by SiliconStudio.Paradox.Threading.Lock.Do().

readonly ILockMechanism SiliconStudio.Paradox.Threading.Locks.Standard = new StandardLock()
static

Definition at line 14 of file LockMechanisms.cs.


The documentation for this class was generated from the following file: