MethodDefinitionHandle 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public value class MethodDefinitionHandle : IEquatable<System::Reflection::Metadata::MethodDefinitionHandle>
public struct MethodDefinitionHandle : IEquatable<System.Reflection.Metadata.MethodDefinitionHandle>
public readonly struct MethodDefinitionHandle : IEquatable<System.Reflection.Metadata.MethodDefinitionHandle>
type MethodDefinitionHandle = struct
Public Structure MethodDefinitionHandle
Implements IEquatable(Of MethodDefinitionHandle)
- 繼承
- 實作
屬性
| 名稱 | Description |
|---|---|
| IsNil | |
方法
| 名稱 | Description |
|---|---|
| Equals(MethodDefinitionHandle) |
指出目前的物件是否等於另一個相同類型的物件。 |
| Equals(Object) | |
| GetHashCode() | |
| ToDebugInformationHandle() |
傳回對應至此控點的 MethodDebugInformation 控點。 |