MetadataReaderExtensions.GetNextHandle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
- Source:
- MetadataReaderExtensions.cs
- Source:
- MetadataReaderExtensions.cs
- Source:
- 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
Parameters
- reader
- MetadataReader
- handle
- BlobHandle
Returns
Exceptions
reader
is null
.
Applies to
GetNextHandle(MetadataReader, StringHandle)
- Source:
- MetadataReaderExtensions.cs
- Source:
- MetadataReaderExtensions.cs
- Source:
- MetadataReaderExtensions.cs
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
- reader
- MetadataReader
- handle
- StringHandle
Returns
Exceptions
reader
is null
.
Applies to
GetNextHandle(MetadataReader, UserStringHandle)
- Source:
- MetadataReaderExtensions.cs
- Source:
- MetadataReaderExtensions.cs
- Source:
- MetadataReaderExtensions.cs
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
- reader
- MetadataReader
- handle
- UserStringHandle
Returns
Exceptions
reader
is null
.