MetadataReaderExtensions.ResolveSignatureTypeKind 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.
Given a type handle and a raw type kind found in a signature blob determines whether the target type is a value type or a reference type.
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::Metadata::SignatureTypeKind ResolveSignatureTypeKind(System::Reflection::Metadata::MetadataReader ^ reader, System::Reflection::Metadata::EntityHandle typeHandle, System::Byte rawTypeKind);
public static System.Reflection.Metadata.SignatureTypeKind ResolveSignatureTypeKind (this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.EntityHandle typeHandle, byte rawTypeKind);
static member ResolveSignatureTypeKind : System.Reflection.Metadata.MetadataReader * System.Reflection.Metadata.EntityHandle * byte -> System.Reflection.Metadata.SignatureTypeKind
<Extension()>
Public Function ResolveSignatureTypeKind (reader As MetadataReader, typeHandle As EntityHandle, rawTypeKind As Byte) As SignatureTypeKind
Parameters
- reader
- MetadataReader
- typeHandle
- EntityHandle
- rawTypeKind
- Byte
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.