MetadataReaderExtensions.GetNextHandle Metodo

Definizione

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)

Restituisce l'handle per il Blob che segue quello specificato nell'heap Blob o un handle Null se è l'ultimo.

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

handle
BlobHandle

Restituisce

BlobHandle

Eccezioni

reader è null.

Si applica a

GetNextHandle(MetadataReader, StringHandle)

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

handle
StringHandle

Restituisce

StringHandle

Eccezioni

reader è null.

Si applica a

GetNextHandle(MetadataReader, UserStringHandle)

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

Restituisce

UserStringHandle

Eccezioni

reader è null.

Si applica a