프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetCompressedStack | |||
RequireCurrentThread | void | ||
Resume | void | ||
SetCompressedStack | void | ||
Suspend | void | ||
Thread | System.Diagnostics | ||
ThreadMain_ParameterizedThreadStart | void | ||
ThreadMain_ThreadStart | void | ||
ToTimeoutMilliseconds | int | ||
VolatileRead | UIntPtr | ||
VolatileRead | sbyte | ||
VolatileRead | uint | ||
VolatileRead | ulong | ||
VolatileRead | ushort | ||
VolatileWrite | void | ||
VolatileWrite | void | ||
VolatileWrite | void | ||
VolatileWrite | void | ||
VolatileWrite | void |
메소드 | 설명 | |
---|---|---|
Abort ( ) : void | ||
Abort ( object stateInfo ) : void | ||
AllocateDataSlot ( ) : LocalDataStoreSlot | ||
AllocateNamedDataSlot ( string name ) : LocalDataStoreSlot | ||
BeginCriticalRegion ( ) : void | ||
BeginThreadAffinity ( ) : void | ||
EndCriticalRegion ( ) : void | ||
EndThreadAffinity ( ) : void | ||
FreeNamedDataSlot ( string name ) : void | ||
GetData ( LocalDataStoreSlot slot ) : object | ||
GetDomain ( ) : AppDomain | ||
GetDomainID ( ) : int | ||
GetHashCode ( ) : int | ||
GetNamedDataSlot ( string name ) : LocalDataStoreSlot | ||
Interrupt ( ) : void | ||
Join ( TimeSpan timeout ) : bool | ||
Join ( int millisecondsTimeout ) : bool | ||
Join ( ) : void | ||
MemoryBarrier ( ) : void | ||
ResetAbort ( ) : void | ||
SetApartmentState ( ApartmentState state ) : void | ||
SetData ( LocalDataStoreSlot slot, object data ) : void | ||
Sleep ( TimeSpan timeout ) : void | ||
Sleep ( int millisecondsTimeout ) : void | ||
SpinWait ( int iterations ) : void | ||
Start ( ) : void | ||
Start ( object parameter ) : void | ||
Thread ( ParameterizedThreadStart start ) : System.Diagnostics | ||
Thread ( ParameterizedThreadStart start, int maxStackSize ) : System.Diagnostics | ||
Thread ( ThreadStart start ) : System.Diagnostics | ||
Thread ( ThreadStart start, int maxStackSize ) : System.Diagnostics | ||
TrySetApartmentState ( ApartmentState state ) : bool | ||
VolatileRead ( IntPtr &address ) : IntPtr | ||
VolatileRead ( byte &address ) : byte | ||
VolatileRead ( double &address ) : double | ||
VolatileRead ( float &address ) : float | ||
VolatileRead ( int &address ) : int | ||
VolatileRead ( long &address ) : long | ||
VolatileRead ( object &address ) : object | ||
VolatileRead ( short &address ) : short | ||
VolatileWrite ( IntPtr &address, IntPtr value ) : void | ||
VolatileWrite ( byte &address, byte value ) : void | ||
VolatileWrite ( double &address, double value ) : void | ||
VolatileWrite ( float &address, float value ) : void | ||
VolatileWrite ( int &address, int value ) : void | ||
VolatileWrite ( long &address, long value ) : void | ||
VolatileWrite ( object &address, object value ) : void | ||
VolatileWrite ( short &address, short value ) : void | ||
Yield ( ) : bool |
메소드 | 설명 | |
---|---|---|
GetCompressedStack ( ) : |
||
RequireCurrentThread ( ) : void | ||
Resume ( ) : void | ||
SetCompressedStack ( CompressedStack stack ) : void | ||
Suspend ( ) : void | ||
Thread ( RuntimeThread runtimeThread ) : System.Diagnostics | ||
ThreadMain_ParameterizedThreadStart ( object parameter ) : void | ||
ThreadMain_ThreadStart ( ) : void | ||
ToTimeoutMilliseconds ( TimeSpan timeout ) : int | ||
VolatileRead ( UIntPtr &address ) : UIntPtr | ||
VolatileRead ( sbyte &address ) : sbyte | ||
VolatileRead ( uint &address ) : uint | ||
VolatileRead ( ulong &address ) : ulong | ||
VolatileRead ( ushort &address ) : ushort | ||
VolatileWrite ( UIntPtr &address, UIntPtr value ) : void | ||
VolatileWrite ( sbyte &address, sbyte value ) : void | ||
VolatileWrite ( uint &address, uint value ) : void | ||
VolatileWrite ( ulong &address, ulong value ) : void | ||
VolatileWrite ( ushort &address, ushort value ) : void |
public static AllocateDataSlot ( ) : LocalDataStoreSlot | ||
리턴 | LocalDataStoreSlot |
public static AllocateNamedDataSlot ( string name ) : LocalDataStoreSlot | ||
name | string | |
리턴 | LocalDataStoreSlot |
public static FreeNamedDataSlot ( string name ) : void | ||
name | string | |
리턴 | void |
public static GetData ( LocalDataStoreSlot slot ) : object | ||
slot | LocalDataStoreSlot | |
리턴 | object |
public static GetNamedDataSlot ( string name ) : LocalDataStoreSlot | ||
name | string | |
리턴 | LocalDataStoreSlot |
public SetApartmentState ( ApartmentState state ) : void | ||
state | ApartmentState | |
리턴 | void |
public static SetData ( LocalDataStoreSlot slot, object data ) : void | ||
slot | LocalDataStoreSlot | |
data | object | |
리턴 | void |
public static Sleep ( int millisecondsTimeout ) : void | ||
millisecondsTimeout | int | |
리턴 | void |
public Thread ( ParameterizedThreadStart start ) : System.Diagnostics | ||
start | ParameterizedThreadStart | |
리턴 | System.Diagnostics |
public Thread ( ParameterizedThreadStart start, int maxStackSize ) : System.Diagnostics | ||
start | ParameterizedThreadStart | |
maxStackSize | int | |
리턴 | System.Diagnostics |
public Thread ( ThreadStart start ) : System.Diagnostics | ||
start | ThreadStart | |
리턴 | System.Diagnostics |
public Thread ( ThreadStart start, int maxStackSize ) : System.Diagnostics | ||
start | ThreadStart | |
maxStackSize | int | |
리턴 | System.Diagnostics |
public TrySetApartmentState ( ApartmentState state ) : bool | ||
state | ApartmentState | |
리턴 | bool |
public static VolatileRead ( IntPtr &address ) : IntPtr | ||
address | IntPtr | |
리턴 | IntPtr |
public static VolatileRead ( double &address ) : double | ||
address | double | |
리턴 | double |
public static VolatileRead ( float &address ) : float | ||
address | float | |
리턴 | float |
public static VolatileRead ( object &address ) : object | ||
address | object | |
리턴 | object |
public static VolatileRead ( short &address ) : short | ||
address | short | |
리턴 | short |
public static VolatileWrite ( IntPtr &address, IntPtr value ) : void | ||
address | IntPtr | |
value | IntPtr | |
리턴 | void |
public static VolatileWrite ( byte &address, byte value ) : void | ||
address | byte | |
value | byte | |
리턴 | void |
public static VolatileWrite ( double &address, double value ) : void | ||
address | double | |
value | double | |
리턴 | void |
public static VolatileWrite ( float &address, float value ) : void | ||
address | float | |
value | float | |
리턴 | void |
public static VolatileWrite ( int &address, int value ) : void | ||
address | int | |
value | int | |
리턴 | void |
public static VolatileWrite ( long &address, long value ) : void | ||
address | long | |
value | long | |
리턴 | void |
public static VolatileWrite ( object &address, object value ) : void | ||
address | object | |
value | object | |
리턴 | void |
public static VolatileWrite ( short &address, short value ) : void | ||
address | short | |
value | short | |
리턴 | void |