ITypeInfo Methods
Declares members implemented by classes that supply metadata information on a type.
Name | Description |
---|---|
Add |
Dynamically associates an attribute to the current type at run time.
Inherited from IBase |
Add |
Extends the current IBase |
Create |
Creates an instance of the current type using the constructor that best matches the specified parameters. |
Create |
Dynamically adds a new member to the current type at run time. |
Find |
Indicates whether an attribute specified by the generic type parameter is associated with the type represented by the current IBase |
Find |
Indicates whether an attribute specified by the generic type parameter is associated with the type represented by the current IBase |
Find |
Returns the attributes of the type specified by the generic type parameter, associated with the type represented by the current IBase |
Find |
Returns the attributes of the type specified by the generic type parameter, associated with the type represented by the current IBase |
Find |
Supplies metadata on the current type’s member with a specific name. |
Get |
Supplies metadata on the types considered dependent on the current type. |
Get |
Provides access to additional metadata.
Inherited from IBase |
Get |
Supplies metadata on the types considered required by the current type. |
Implements |
Indicates whether the type implements a specific interface. |
Is |
Indicates whether the type can be assigned from a specific type. |
See Also