MethodDebugInformationHandle Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public value class MethodDebugInformationHandle : IEquatable<System::Reflection::Metadata::MethodDebugInformationHandle>
public readonly struct MethodDebugInformationHandle : IEquatable<System.Reflection.Metadata.MethodDebugInformationHandle>
public struct MethodDebugInformationHandle : IEquatable<System.Reflection.Metadata.MethodDebugInformationHandle>
type MethodDebugInformationHandle = struct
Public Structure MethodDebugInformationHandle
Implements IEquatable(Of MethodDebugInformationHandle)
- Ereditarietà
- Implementazioni
Proprietà
| Nome | Descrizione |
|---|---|
| IsNil | |
Metodi
| Nome | Descrizione |
|---|---|
| Equals(MethodDebugInformationHandle) |
Indica se l'oggetto corrente è uguale a un altro oggetto dello stesso tipo. |
| Equals(Object) | |
| GetHashCode() | |
| ToDefinitionHandle() |
Restituisce un handle a un oggetto MethodDefinition corrispondente a questo handle. |