Object Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the Object class.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Sub New
public Object()
public:
Object()
new : unit -> Object
public function Object()

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.

.NET Framework Security

See Also

Reference

Object Class

System Namespace