CustomDebugInformationHandle.Explicit Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Explicit(EntityHandle to CustomDebugInformationHandle) | |
Explicit(Handle to CustomDebugInformationHandle) |
Explicit(EntityHandle to CustomDebugInformationHandle)
- Origem:
- Handles.Debug.cs
- Origem:
- Handles.Debug.cs
- Origem:
- Handles.Debug.cs
public:
static explicit operator System::Reflection::Metadata::CustomDebugInformationHandle(System::Reflection::Metadata::EntityHandle handle);
public static explicit operator System.Reflection.Metadata.CustomDebugInformationHandle (System.Reflection.Metadata.EntityHandle handle);
static member op_Explicit : System.Reflection.Metadata.EntityHandle -> System.Reflection.Metadata.CustomDebugInformationHandle
Public Shared Narrowing Operator CType (handle As EntityHandle) As CustomDebugInformationHandle
Parâmetros
- handle
- EntityHandle
Retornos
Aplica-se a
Explicit(Handle to CustomDebugInformationHandle)
- Origem:
- Handles.Debug.cs
- Origem:
- Handles.Debug.cs
- Origem:
- Handles.Debug.cs
public:
static explicit operator System::Reflection::Metadata::CustomDebugInformationHandle(System::Reflection::Metadata::Handle handle);
public static explicit operator System.Reflection.Metadata.CustomDebugInformationHandle (System.Reflection.Metadata.Handle handle);
static member op_Explicit : System.Reflection.Metadata.Handle -> System.Reflection.Metadata.CustomDebugInformationHandle
Public Shared Narrowing Operator CType (handle As Handle) As CustomDebugInformationHandle
Parâmetros
- handle
- Handle
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.