GCHandle.Explicit Operator
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.
Konwertuje wartość GCHandle obiektu na inny typ.
Explicit(IntPtr to GCHandle) |
Element A GCHandle jest przechowywany przy użyciu wewnętrznej reprezentacji całkowitej. |
Explicit(GCHandle to IntPtr) |
Element A GCHandle jest przechowywany przy użyciu wewnętrznej reprezentacji całkowitej. |
- Źródło:
- GCHandle.cs
- Źródło:
- GCHandle.cs
- Źródło:
- GCHandle.cs
Element A GCHandle jest przechowywany przy użyciu wewnętrznej reprezentacji całkowitej.
public:
static explicit operator System::Runtime::InteropServices::GCHandle(IntPtr value);
[System.Security.SecurityCritical]
public static explicit operator System.Runtime.InteropServices.GCHandle (IntPtr value);
public static explicit operator System.Runtime.InteropServices.GCHandle (IntPtr value);
[<System.Security.SecurityCritical>]
static member op_Explicit : nativeint -> System.Runtime.InteropServices.GCHandle
static member op_Explicit : nativeint -> System.Runtime.InteropServices.GCHandle
Public Shared Narrowing Operator CType (value As IntPtr) As GCHandle
Parametry
Zwraca
Przechowywany GCHandle obiekt używający wewnętrznej reprezentacji całkowitej.
- Atrybuty
Uwagi
Ta metoda umożliwia pobranie wartości GCHandle z liczby całkowitej.
Zobacz też
Dotyczy
.NET 9 i inne wersje
Produkt | Wersje |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1 |
UWP | 10.0 |
- Źródło:
- GCHandle.cs
- Źródło:
- GCHandle.cs
- Źródło:
- GCHandle.cs
Element A GCHandle jest przechowywany przy użyciu wewnętrznej reprezentacji całkowitej.
public:
static explicit operator IntPtr(System::Runtime::InteropServices::GCHandle value);
public static explicit operator IntPtr (System.Runtime.InteropServices.GCHandle value);
static member op_Explicit : System.Runtime.InteropServices.GCHandle -> nativeint
Public Shared Narrowing Operator CType (value As GCHandle) As IntPtr
Parametry
Zwraca
nativeint
Wartość całkowita.
Uwagi
Ta metoda może służyć do pobierania wartości całkowitej z klasy GCHandle.
Zobacz też
Dotyczy
.NET 9 i inne wersje
Produkt | Wersje |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1 |
UWP | 10.0 |
Opinia o produkcie .NET
.NET to projekt typu open source. Wybierz link, aby przekazać opinię: