MetadataReader.GetString Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- handle
- DocumentNameBlobHandle
Retours
S’applique à
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
Paramètres
- handle
- NamespaceDefinitionHandle
Retours
S’applique à
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
Paramètres
- handle
- StringHandle
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.