MetadataReader.GetBlobReader 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
GetBlobReader(StringHandle) | |
GetBlobReader(BlobHandle) |
GetBlobReader(StringHandle)
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
public:
System::Reflection::Metadata::BlobReader GetBlobReader(System::Reflection::Metadata::StringHandle handle);
public System.Reflection.Metadata.BlobReader GetBlobReader (System.Reflection.Metadata.StringHandle handle);
member this.GetBlobReader : System.Reflection.Metadata.StringHandle -> System.Reflection.Metadata.BlobReader
Public Function GetBlobReader (handle As StringHandle) As BlobReader
Parameters
- handle
- StringHandle
Returns
Applies to
GetBlobReader(BlobHandle)
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
public:
System::Reflection::Metadata::BlobReader GetBlobReader(System::Reflection::Metadata::BlobHandle handle);
public System.Reflection.Metadata.BlobReader GetBlobReader (System.Reflection.Metadata.BlobHandle handle);
member this.GetBlobReader : System.Reflection.Metadata.BlobHandle -> System.Reflection.Metadata.BlobReader
Public Function GetBlobReader (handle As BlobHandle) As BlobReader
Parameters
- handle
- BlobHandle
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.