ObjectConstructorInfo Members
In This Article
#Constructors
Name | Description |
---|---|
Object |
Initializes a new instance of the Object |
Object |
Initializes a new instance of the Object |
Object |
Initializes a new instance of the Object |
#Properties
Name | Description |
---|---|
Default static | Provides access to the default object constructor. |
Parameters | Provides access to a collection of parameters to be passed to a constructor when it is invoked |
#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 Type of the current instance. Inherited from Object. |
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