AssemblyDefinitionHandle.Explicit Оператор

Определение

Перегрузки

Explicit(EntityHandle to AssemblyDefinitionHandle)
Explicit(Handle to AssemblyDefinitionHandle)

Explicit(EntityHandle to AssemblyDefinitionHandle)

public:
 static explicit operator System::Reflection::Metadata::AssemblyDefinitionHandle(System::Reflection::Metadata::EntityHandle handle);
public static explicit operator System.Reflection.Metadata.AssemblyDefinitionHandle (System.Reflection.Metadata.EntityHandle handle);
static member op_Explicit : System.Reflection.Metadata.EntityHandle -> System.Reflection.Metadata.AssemblyDefinitionHandle
Public Shared Narrowing Operator CType (handle As EntityHandle) As AssemblyDefinitionHandle

Параметры

handle
EntityHandle

Возвращаемое значение

AssemblyDefinitionHandle

Применяется к

Explicit(Handle to AssemblyDefinitionHandle)

public:
 static explicit operator System::Reflection::Metadata::AssemblyDefinitionHandle(System::Reflection::Metadata::Handle handle);
public static explicit operator System.Reflection.Metadata.AssemblyDefinitionHandle (System.Reflection.Metadata.Handle handle);
static member op_Explicit : System.Reflection.Metadata.Handle -> System.Reflection.Metadata.AssemblyDefinitionHandle
Public Shared Narrowing Operator CType (handle As Handle) As AssemblyDefinitionHandle

Параметры

handle
Handle

Возвращаемое значение

AssemblyDefinitionHandle

Применяется к