UserStringHandle 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.
Rappresenta un handle per l'heap delle stringhe utente.
public value class UserStringHandle : IEquatable<System::Reflection::Metadata::UserStringHandle>
public struct UserStringHandle : IEquatable<System.Reflection.Metadata.UserStringHandle>
public readonly struct UserStringHandle : IEquatable<System.Reflection.Metadata.UserStringHandle>
type UserStringHandle = struct
Public Structure UserStringHandle
Implements IEquatable(Of UserStringHandle)
- Ereditarietà
- Implementazioni
Commenti
L'handle è largo a 32 bit.
Proprietà
| Nome | Descrizione |
|---|---|
| IsNil |
Rappresenta un handle per l'heap delle stringhe utente. |
Metodi
| Nome | Descrizione |
|---|---|
| Equals(Object) |
Rappresenta un handle per l'heap delle stringhe utente. |
| Equals(UserStringHandle) |
Indica se l'oggetto corrente è uguale a un altro oggetto dello stesso tipo. |
| GetHashCode() |
Rappresenta un handle per l'heap delle stringhe utente. |
Operatori
| Nome | Descrizione |
|---|---|
| Equality(UserStringHandle, UserStringHandle) |
Rappresenta un handle per l'heap delle stringhe utente. |
| Explicit(Handle to UserStringHandle) |
Rappresenta un handle per l'heap delle stringhe utente. |
| Implicit(UserStringHandle to Handle) |
Rappresenta un handle per l'heap delle stringhe utente. |
| Inequality(UserStringHandle, UserStringHandle) |
Rappresenta un handle per l'heap delle stringhe utente. |