MetadataReader.GetString 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- handle
- DocumentNameBlobHandle
返回
适用于
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
参数
- handle
- NamespaceDefinitionHandle
返回
适用于
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
参数
- handle
- StringHandle