MetadataTokens.GetRowNumber 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.
GetRowNumber(EntityHandle) |
Gets the row number of a metadata table entry that corresponds to the specified |
GetRowNumber(MetadataReader, EntityHandle) |
Gets the row number of a metadata table entry that corresponds to the specified |
- Source:
- MetadataTokens.cs
- Source:
- MetadataTokens.cs
- Source:
- MetadataTokens.cs
- Source:
- MetadataTokens.cs
Gets the row number of a metadata table entry that corresponds to the specified handle
.
public:
static int GetRowNumber(System::Reflection::Metadata::EntityHandle handle);
public static int GetRowNumber(System.Reflection.Metadata.EntityHandle handle);
static member GetRowNumber : System.Reflection.Metadata.EntityHandle -> int
Public Function GetRowNumber (handle As EntityHandle) As Integer
Parameters
- handle
- EntityHandle
Returns
One based row number, or -1 if handle
can only be interpreted in a context of a specific MetadataReader.
See GetRowNumber(MetadataReader, EntityHandle).
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:
- MetadataTokens.cs
- Source:
- MetadataTokens.cs
- Source:
- MetadataTokens.cs
- Source:
- MetadataTokens.cs
Gets the row number of a metadata table entry that corresponds to the specified handle
in the context of reader
.
public:
[System::Runtime::CompilerServices::Extension]
static int GetRowNumber(System::Reflection::Metadata::MetadataReader ^ reader, System::Reflection::Metadata::EntityHandle handle);
public static int GetRowNumber(this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.EntityHandle handle);
static member GetRowNumber : System.Reflection.Metadata.MetadataReader * System.Reflection.Metadata.EntityHandle -> int
<Extension()>
Public Function GetRowNumber (reader As MetadataReader, handle As EntityHandle) As Integer
Parameters
- reader
- MetadataReader
- handle
- EntityHandle
Returns
One based row number.
Exceptions
The handle
is not a valid metadata table handle.
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: