MetadataReaderExtensions.GetNextHandle Method

Definition

Overloads

GetNextHandle(MetadataReader, BlobHandle)

Returns the handle to the Blob that follows the given one in the Blob heap or a nil handle if it is the last one.

GetNextHandle(MetadataReader, StringHandle)

Returns the a handle to the string that follows the given one in the string heap, or a nil handle if it is the last one.

GetNextHandle(MetadataReader, UserStringHandle)

Returns the a handle to the UserString that follows the given one in the UserString heap or a nil handle if it is the last one.

GetNextHandle(MetadataReader, BlobHandle)

Returns the handle to the Blob that follows the given one in the Blob heap or a nil handle if it is the last one.

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

Parameters

handle
BlobHandle

Returns

Exceptions

reader is null.

Applies to

GetNextHandle(MetadataReader, StringHandle)

Returns the a handle to the string that follows the given one in the string heap, or a nil handle if it is the last one.

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

Parameters

handle
StringHandle

Returns

Exceptions

reader is null.

Applies to

GetNextHandle(MetadataReader, UserStringHandle)

Returns the a handle to the UserString that follows the given one in the UserString heap or a nil handle if it is the last one.

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

Parameters

Returns

Exceptions

reader is null.

Applies to