MetadataReader.GetString 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
GetString(DocumentNameBlobHandle) | |
GetString(NamespaceDefinitionHandle) | |
GetString(StringHandle) |
GetString(DocumentNameBlobHandle)
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
public:
System::String ^ GetString(System::Reflection::Metadata::DocumentNameBlobHandle handle);
public string GetString (System.Reflection.Metadata.DocumentNameBlobHandle handle);
member this.GetString : System.Reflection.Metadata.DocumentNameBlobHandle -> string
Public Function GetString (handle As DocumentNameBlobHandle) As String
Parameters
- handle
- DocumentNameBlobHandle
Returns
Applies to
GetString(NamespaceDefinitionHandle)
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
public:
System::String ^ GetString(System::Reflection::Metadata::NamespaceDefinitionHandle handle);
public string GetString (System.Reflection.Metadata.NamespaceDefinitionHandle handle);
member this.GetString : System.Reflection.Metadata.NamespaceDefinitionHandle -> string
Public Function GetString (handle As NamespaceDefinitionHandle) As String
Parameters
- handle
- NamespaceDefinitionHandle
Returns
Applies to
GetString(StringHandle)
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
public:
System::String ^ GetString(System::Reflection::Metadata::StringHandle handle);
public string GetString (System.Reflection.Metadata.StringHandle handle);
member this.GetString : System.Reflection.Metadata.StringHandle -> string
Public Function GetString (handle As StringHandle) As String
Parameters
- handle
- StringHandle
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.