GCHandle.Explicit Operátor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Převede hodnotu objektu GCHandle na jiný typ.
Přetížení
Explicit(IntPtr to GCHandle) |
A GCHandle se ukládá pomocí interní celočíselné reprezentace. |
Explicit(GCHandle to IntPtr) |
A GCHandle se ukládá pomocí interní celočíselné reprezentace. |
Explicit(IntPtr to GCHandle)
- Zdroj:
- GCHandle.cs
- Zdroj:
- GCHandle.cs
- Zdroj:
- GCHandle.cs
A GCHandle se ukládá pomocí interní celočíselné reprezentace.
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
Návraty
Uložený GCHandle objekt používající interní celočíselnou reprezentaci.
- Atributy
Poznámky
Tato metoda umožňuje načíst GCHandle hodnotu z celého čísla.
Viz také
Platí pro
Explicit(GCHandle to IntPtr)
- Zdroj:
- GCHandle.cs
- Zdroj:
- GCHandle.cs
- Zdroj:
- GCHandle.cs
A GCHandle se ukládá pomocí interní celočíselné reprezentace.
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
Návraty
nativeint
Celočíselná hodnota.
Poznámky
Tuto metodu lze použít k načtení celočíselné hodnoty z GCHandle.