ICustomAttributeTypeProvider<TType> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TType>
public interface class ICustomAttributeTypeProvider : System::Reflection::Metadata::ISimpleTypeProvider<TType>, System::Reflection::Metadata::ISZArrayTypeProvider<TType>
generic <typename TType>
public interface class ICustomAttributeTypeProvider : System::Reflection::Metadata::IPrimitiveTypeProvider<TType>, System::Reflection::Metadata::ISZArrayTypeProvider<TType>, System::Reflection::Metadata::ITypeProvider<TType>
public interface ICustomAttributeTypeProvider<TType> : System.Reflection.Metadata.ISimpleTypeProvider<TType>, System.Reflection.Metadata.ISZArrayTypeProvider<TType>
public interface ICustomAttributeTypeProvider<TType> : System.Reflection.Metadata.IPrimitiveTypeProvider<TType>, System.Reflection.Metadata.ISZArrayTypeProvider<TType>, System.Reflection.Metadata.ITypeProvider<TType>
type ICustomAttributeTypeProvider<'ype> = interface
interface ISimpleTypeProvider<'ype>
interface ISZArrayTypeProvider<'ype>
type ICustomAttributeTypeProvider<'ype> = interface
interface IPrimitiveTypeProvider<'ype>
interface ISZArrayTypeProvider<'ype>
interface ITypeProvider<'ype>
Public Interface ICustomAttributeTypeProvider(Of TType)
Implements ISimpleTypeProvider(Of TType), ISZArrayTypeProvider(Of TType)
Public Interface ICustomAttributeTypeProvider(Of TType)
Implements IPrimitiveTypeProvider(Of TType), ISZArrayTypeProvider(Of TType), ITypeProvider(Of TType)
Type Parameters
- TType
- Implements
Methods
GetPrimitiveType(PrimitiveTypeCode) | (Inherited from IPrimitiveTypeProvider<TType>) |
GetSystemType() |
Gets the |
GetSZArrayType(TType) |
Gets the type symbol for a single-dimensional array of the given element type with a lower bounds of zero. (Inherited from ISZArrayTypeProvider<TType>) |
GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) | (Inherited from ITypeProvider<TType>) |
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) | (Inherited from ITypeProvider<TType>) |
GetTypeFromSerializedName(String) |
Gets the type symbol for the given serialized type name. |
GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte) | (Inherited from ITypeProvider<TType>) |
GetUnderlyingEnumType(TType) |
Gets the underlying type of the given enum type symbol. |
IsSystemType(TType) |
Verifies if the given type represents Type. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.