MetadataReaderExtensions.GetNextHandle Method
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.
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. |
- Source:
- MetadataReaderExtensions.cs
- 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
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
UWP | 10.0 |
- Source:
- MetadataReaderExtensions.cs
- 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
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
UWP | 10.0 |
- Source:
- MetadataReaderExtensions.cs
- 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
.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
UWP | 10.0 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: