MethodDefinitionHandle 结构
定义
public value class MethodDefinitionHandle : IEquatable<System::Reflection::Metadata::MethodDefinitionHandle>
public struct MethodDefinitionHandle : IEquatable<System.Reflection.Metadata.MethodDefinitionHandle>
type MethodDefinitionHandle = struct
Public Structure MethodDefinitionHandle
Implements IEquatable(Of MethodDefinitionHandle)
- 继承
- 实现
属性
IsNil |
方法
Equals(MethodDefinitionHandle) |
指示当前对象是否等于同一类型的另一个对象。Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | |
GetHashCode() | |
ToDebugInformationHandle() |
将句柄返回到与此句柄相对应的 MethodDebugInformation。Returns a handle to a MethodDebugInformation that corresponds to this handle. |