ISimpleTypeProvider<TType> Interface
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.
generic <typename TType>
public interface class ISimpleTypeProvider
public interface ISimpleTypeProvider<TType>
type ISimpleTypeProvider<'ype> = interface
Public Interface ISimpleTypeProvider(Of TType)
Paramètres de type
- TType
- Dérivé
Méthodes
| Nom | Description |
|---|---|
| GetPrimitiveType(PrimitiveTypeCode) |
Obtient le symbole de type d’un type primitif. |
| GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) |
Obtient le symbole de type d’une définition de type. |
| GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) |
Obtient le symbole de type d’une référence de type. |