MetadataReader.GetString Method

Definition

Overloads

GetString(DocumentNameBlobHandle)
GetString(NamespaceDefinitionHandle)
GetString(StringHandle)

GetString(DocumentNameBlobHandle)

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

Returns

Applies to

GetString(NamespaceDefinitionHandle)

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

Returns

Applies to

GetString(StringHandle)

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