Marshal.GetThreadFromFiberCookie(Int32) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.