Udostępnij za pośrednictwem


Marshal.GetThreadFromFiberCookie(Int32) Metoda

Definicja

Przestroga

The GetThreadFromFiberCookie method has been deprecated. Use the hosting API to perform this operation.

Konwertuje plik cookie światłowodowy na odpowiednie Thread wystąpienie.

public:
 static System::Threading::Thread ^ GetThreadFromFiberCookie(int cookie);
public static System.Threading.Thread GetThreadFromFiberCookie (int cookie);
[System.Obsolete("The GetThreadFromFiberCookie method has been deprecated.  Use the hosting API to perform this operation.", false)]
public static System.Threading.Thread GetThreadFromFiberCookie (int cookie);
[System.Obsolete("The GetThreadFromFiberCookie method has been deprecated.  Use the hosting API to perform this operation.", false)]
[System.Security.SecurityCritical]
public static System.Threading.Thread GetThreadFromFiberCookie (int cookie);
static member GetThreadFromFiberCookie : int -> System.Threading.Thread
[<System.Obsolete("The GetThreadFromFiberCookie method has been deprecated.  Use the hosting API to perform this operation.", false)>]
static member GetThreadFromFiberCookie : int -> System.Threading.Thread
[<System.Obsolete("The GetThreadFromFiberCookie method has been deprecated.  Use the hosting API to perform this operation.", false)>]
[<System.Security.SecurityCritical>]
static member GetThreadFromFiberCookie : int -> System.Threading.Thread
Public Shared Function GetThreadFromFiberCookie (cookie As Integer) As Thread

Parametry

cookie
Int32

Liczba całkowita reprezentująca światłowodowy plik cookie.

Zwraca

Wątek odpowiadający parametrowi cookie .

Atrybuty

Wyjątki

Parametr cookie ma wartość 0.

Uwagi

Pliki cookie światłowodowych to nieprzezroczyste tokeny używane przez hosta podczas powiadamiania środowiska uruchomieniowego języka wspólnego o decyzjach dotyczących planowania światłowodów. Składają się one ze stosu i kontekstu rejestru.

Dotyczy

Zobacz też