Property | Type | Description | |
---|---|---|---|
GetApartmentStateChangeFailedException | Exception | ||
GetCompressedStack | System.Threading.CompressedStack | ||
Resume | void | ||
SetCompressedStack | void | ||
Suspend | void | ||
TrySetApartmentStateUnchecked | bool | ||
VolatileRead | System.UIntPtr | ||
VolatileRead | sbyte | ||
VolatileRead | uint | ||
VolatileRead | ulong | ||
VolatileRead | ushort | ||
VolatileWrite | void | ||
VolatileWrite | void | ||
VolatileWrite | void | ||
VolatileWrite | void |
Method | Description | |
---|---|---|
Abort ( ) : void | ||
Abort ( object stateInfo ) : void | ||
AllocateDataSlot ( ) : System.LocalDataStoreSlot | ||
AllocateNamedDataSlot ( string name ) : System.LocalDataStoreSlot | ||
BeginCriticalRegion ( ) : void | ||
BeginThreadAffinity ( ) : void | ||
DisableComObjectEagerCleanup ( ) : void | ||
EndCriticalRegion ( ) : void | ||
EndThreadAffinity ( ) : void | ||
FreeNamedDataSlot ( string name ) : void | ||
GetApartmentState ( ) : ApartmentState | ||
GetApartmentState ( ) : System.Threading.ApartmentState | ||
GetData ( System slot ) : object | ||
GetDomain ( ) : System.AppDomain | ||
GetDomainID ( ) : int | ||
GetHashCode ( ) : int | ||
GetNamedDataSlot ( string name ) : System.LocalDataStoreSlot | ||
Interrupt ( ) : void | ||
Join ( System timeout ) : bool | ||
Join ( int millisecondsTimeout ) : bool | ||
Join ( ) : void | ||
MemoryBarrier ( ) : void | ||
ResetAbort ( ) : void | ||
SetApartmentState ( System state ) : void | ||
SetData ( System slot, object data ) : void | ||
Sleep ( System timeout ) : void | ||
Sleep ( int millisecondsTimeout ) : void | ||
SpinWait ( int iterations ) : void | ||
Start ( ) : void | ||
Start ( object parameter ) : void | ||
Thread ( System start ) | ||
Thread ( System start, int maxStackSize ) | ||
TrySetApartmentState ( System state ) : bool | ||
VolatileRead ( System &address ) : System.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 ( System &address, System 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 |
Method | Description | |
---|---|---|
GetApartmentStateChangeFailedException ( ) : Exception | ||
GetCompressedStack ( ) : System.Threading.CompressedStack | ||
Resume ( ) : void | ||
SetCompressedStack ( System stack ) : void | ||
Suspend ( ) : void | ||
TrySetApartmentStateUnchecked ( ApartmentState state ) : bool | ||
VolatileRead ( System &address ) : System.UIntPtr | ||
VolatileRead ( sbyte &address ) : sbyte | ||
VolatileRead ( uint &address ) : uint | ||
VolatileRead ( ulong &address ) : ulong | ||
VolatileRead ( ushort &address ) : ushort | ||
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 ( ) : System.LocalDataStoreSlot | ||
return | System.LocalDataStoreSlot |
public static AllocateNamedDataSlot ( string name ) : System.LocalDataStoreSlot | ||
name | string | |
return | System.LocalDataStoreSlot |
public DisableComObjectEagerCleanup ( ) : void | ||
return | void |
public static FreeNamedDataSlot ( string name ) : void | ||
name | string | |
return | void |
public GetApartmentState ( ) : ApartmentState | ||
return | ApartmentState |
public GetApartmentState ( ) : System.Threading.ApartmentState | ||
return | System.Threading.ApartmentState |
public static GetData ( System slot ) : object | ||
slot | System | |
return | object |
public static GetDomain ( ) : System.AppDomain | ||
return | System.AppDomain |
public static GetNamedDataSlot ( string name ) : System.LocalDataStoreSlot | ||
name | string | |
return | System.LocalDataStoreSlot |
public Join ( int millisecondsTimeout ) : bool | ||
millisecondsTimeout | int | |
return | bool |
public SetApartmentState ( System state ) : void | ||
state | System | |
return | void |
public static SetData ( System slot, object data ) : void | ||
slot | System | |
data | object | |
return | void |
public static Sleep ( System timeout ) : void | ||
timeout | System | |
return | void |
public static Sleep ( int millisecondsTimeout ) : void | ||
millisecondsTimeout | int | |
return | void |
public static SpinWait ( int iterations ) : void | ||
iterations | int | |
return | void |
public Thread ( System start, int maxStackSize ) | ||
start | System | |
maxStackSize | int |
public TrySetApartmentState ( System state ) : bool | ||
state | System | |
return | bool |
public static VolatileRead ( System &address ) : System.IntPtr | ||
address | System | |
return | System.IntPtr |
public static VolatileRead ( byte &address ) : byte | ||
address | byte | |
return | byte |
public static VolatileRead ( double &address ) : double | ||
address | double | |
return | double |
public static VolatileRead ( float &address ) : float | ||
address | float | |
return | float |
public static VolatileRead ( int &address ) : int | ||
address | int | |
return | int |
public static VolatileRead ( long &address ) : long | ||
address | long | |
return | long |
public static VolatileRead ( object &address ) : object | ||
address | object | |
return | object |
public static VolatileRead ( short &address ) : short | ||
address | short | |
return | short |
public static VolatileWrite ( System &address, System value ) : void | ||
address | System | |
value | System | |
return | void |
public static VolatileWrite ( byte &address, byte value ) : void | ||
address | byte | |
value | byte | |
return | void |
public static VolatileWrite ( double &address, double value ) : void | ||
address | double | |
value | double | |
return | void |
public static VolatileWrite ( float &address, float value ) : void | ||
address | float | |
value | float | |
return | void |
public static VolatileWrite ( int &address, int value ) : void | ||
address | int | |
value | int | |
return | void |
public static VolatileWrite ( long &address, long value ) : void | ||
address | long | |
value | long | |
return | void |
public static VolatileWrite ( object &address, object value ) : void | ||
address | object | |
value | object | |
return | void |
public static VolatileWrite ( short &address, short value ) : void | ||
address | short | |
value | short | |
return | void |