MetadataReaderExtensions.GetNextHandle Metodo
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.
Overload
GetNextHandle(MetadataReader, BlobHandle) |
Restituisce l'handle per il Blob che segue quello specificato nell'heap Blob o un handle Null se è l'ultimo. |
GetNextHandle(MetadataReader, StringHandle) |
Restituisce un handle per la stringa che segue quella specificata nell'heap delle stringhe oppure un handle Null se è l'ultima. |
GetNextHandle(MetadataReader, UserStringHandle) |
Restituisce un handle per il valore UserString che segue quello specificato nell'heap UserString oppure un handle Null se è l'ultimo. |
GetNextHandle(MetadataReader, BlobHandle)
- Origine:
- MetadataReaderExtensions.cs
- Origine:
- MetadataReaderExtensions.cs
- Origine:
- MetadataReaderExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::Metadata::BlobHandle GetNextHandle(System::Reflection::Metadata::MetadataReader ^ reader, System::Reflection::Metadata::BlobHandle handle);
public static System.Reflection.Metadata.BlobHandle GetNextHandle (this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.BlobHandle handle);
static member GetNextHandle : System.Reflection.Metadata.MetadataReader * System.Reflection.Metadata.BlobHandle -> System.Reflection.Metadata.BlobHandle
<Extension()>
Public Function GetNextHandle (reader As MetadataReader, handle As BlobHandle) As BlobHandle
Parametri
- reader
- MetadataReader
- handle
- BlobHandle
Restituisce
Eccezioni
reader
è null
.
Si applica a
GetNextHandle(MetadataReader, StringHandle)
- Origine:
- MetadataReaderExtensions.cs
- Origine:
- MetadataReaderExtensions.cs
- Origine:
- MetadataReaderExtensions.cs
Restituisce un handle per la stringa che segue quella specificata nell'heap delle stringhe oppure un handle Null se è l'ultima.
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::Metadata::StringHandle GetNextHandle(System::Reflection::Metadata::MetadataReader ^ reader, System::Reflection::Metadata::StringHandle handle);
public static System.Reflection.Metadata.StringHandle GetNextHandle (this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.StringHandle handle);
static member GetNextHandle : System.Reflection.Metadata.MetadataReader * System.Reflection.Metadata.StringHandle -> System.Reflection.Metadata.StringHandle
<Extension()>
Public Function GetNextHandle (reader As MetadataReader, handle As StringHandle) As StringHandle
Parametri
- reader
- MetadataReader
- handle
- StringHandle
Restituisce
Eccezioni
reader
è null
.
Si applica a
GetNextHandle(MetadataReader, UserStringHandle)
- Origine:
- MetadataReaderExtensions.cs
- Origine:
- MetadataReaderExtensions.cs
- Origine:
- MetadataReaderExtensions.cs
Restituisce un handle per il valore UserString che segue quello specificato nell'heap UserString oppure un handle Null se è l'ultimo.
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::Metadata::UserStringHandle GetNextHandle(System::Reflection::Metadata::MetadataReader ^ reader, System::Reflection::Metadata::UserStringHandle handle);
public static System.Reflection.Metadata.UserStringHandle GetNextHandle (this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.UserStringHandle handle);
static member GetNextHandle : System.Reflection.Metadata.MetadataReader * System.Reflection.Metadata.UserStringHandle -> System.Reflection.Metadata.UserStringHandle
<Extension()>
Public Function GetNextHandle (reader As MetadataReader, handle As UserStringHandle) As UserStringHandle
Parametri
- reader
- MetadataReader
- handle
- UserStringHandle
Restituisce
Eccezioni
reader
è null
.