This documentation is archived and is not being maintained.
Object Constructor
.NET Framework 1.1
Initializes a new instance of the Object class.
[Visual Basic] Public Sub New() [C#] public Object(); [C++] public: Object(); [JScript] 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.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
Show: