MetadataReader.GetString Metoda

Definice

Přetížení

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

GetString(DocumentNameBlobHandle)

Zdroj:
MetadataReader.cs
Zdroj:
MetadataReader.cs
Zdroj:
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

Parametry

Návraty

Platí pro

GetString(NamespaceDefinitionHandle)

Zdroj:
MetadataReader.cs
Zdroj:
MetadataReader.cs
Zdroj:
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

Parametry

Návraty

Platí pro

GetString(StringHandle)

Zdroj:
MetadataReader.cs
Zdroj:
MetadataReader.cs
Zdroj:
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

Parametry

handle
StringHandle

Návraty

Platí pro