GCHandle.Explicit Operator

Definicja

Konwertuje wartość GCHandle obiektu na inny typ.

Przeciążenia

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.

Explicit(IntPtr to GCHandle)

Ź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.

[System.Security.SecurityCritical]
public static explicit operator System.Runtime.InteropServices.GCHandle (IntPtr value);
public static explicit operator System.Runtime.InteropServices.GCHandle (IntPtr value);

Parametry

value
IntPtr

Element IntPtr wskazujący uchwyt, dla którego wymagana jest konwersja.

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

Explicit(GCHandle to IntPtr)

Ź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);

Parametry

value
GCHandle

Liczba całkowita GCHandle , dla której jest wymagana liczba całkowita.

Zwraca

IntPtr

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