AssemblyFileHandle.Explicit 运算符
定义
重载
public:
static explicit operator System::Reflection::Metadata::AssemblyFileHandle(System::Reflection::Metadata::EntityHandle handle);
public static explicit operator System.Reflection.Metadata.AssemblyFileHandle (System.Reflection.Metadata.EntityHandle handle);
static member op_Explicit : System.Reflection.Metadata.EntityHandle -> System.Reflection.Metadata.AssemblyFileHandle
Public Shared Narrowing Operator CType (handle As EntityHandle) As AssemblyFileHandle
参数
返回
- AssemblyFileHandle
public:
static explicit operator System::Reflection::Metadata::AssemblyFileHandle(System::Reflection::Metadata::Handle handle);
public static explicit operator System.Reflection.Metadata.AssemblyFileHandle (System.Reflection.Metadata.Handle handle);
static member op_Explicit : System.Reflection.Metadata.Handle -> System.Reflection.Metadata.AssemblyFileHandle
Public Shared Narrowing Operator CType (handle As Handle) As AssemblyFileHandle
参数
返回
- AssemblyFileHandle