ObjectMember Members
In This Article
#Constructors
Name | Description |
---|---|
Object |
Initializes a new instance of the Object |
Object |
Initializes a new instance of the Object |
#Properties
Name | Description |
---|---|
Attributes | Obtains a collection of attributes assigned to a member. |
Has |
Indicates whether or not a member is a method with parameters. |
Highlighted |
Indicates whether or not the Highlighted |
Is |
Indicates whether or not a member is a method. |
Is |
Indidcates whether or not a member is a property. |
Is |
Indicates whether or not a member is static. |
Member |
Obtains a Member |
Member |
Obtains the type of the current member. |
Name | Indicates the name of an object member. |
Parameters | Obtains a collection of constructor parameters. |
Pd | Provides access to a property descriptor containing information about a property of an object data source. |
Return |
Obtains the return type of the current member. |
#Methods
Name | Description |
---|---|
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. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the specified parameters of the current method. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Invoke |
Invokes the method or constructor represented by the current instance, using the specified parameters. |
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. |
To |
Returns the textual representation of an Object |
See Also