XPTypeInfo Methods
Serves as a base for classes that discover the object’s attributes and provide access to its metadata.
Name | Description |
---|---|
Add |
Adds a new attribute to the attribute collection of the type. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Find |
Searches for an attribute with the specified name. |
Find |
Searches for an attribute of the specified type. |
Get |
Returns the attribute with the specified name. |
Get |
Returns the attribute of the specified type. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Has |
Determines whether the type has the specified attribute. |
Has |
Determines whether the type has an attribute of the specified type. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the attribute of the specified type. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also