MetadataReader.GetString 方法

定義

多載

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

GetString(DocumentNameBlobHandle)

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

參數

傳回

適用於

GetString(NamespaceDefinitionHandle)

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

參數

傳回

適用於

GetString(StringHandle)

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

參數

handle
StringHandle

傳回

適用於