Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Object Constructor

Definition

Namespace:
System
Assemblies:
mscorlib.dll, System.Runtime.dll
Assemblies:
netstandard.dll, System.Runtime.dll
Assembly:
System.Runtime.dll
Assembly:
mscorlib.dll
Assembly:
netstandard.dll
Source:
Object.cs
Source:
Object.cs
Source:
Object.cs
Source:
Object.cs
Source:
Object.cs

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.

Initializes a new instance of the Object class.

public:
 Object();
public Object();
Public Sub New ()

Remarks

This constructor is called by constructors in derived classes, but it can also be used to directly create an instance of the Object class.

Applies to


Feedback

Was this page helpful?