Instance Constructor

Definition

Initializes a new instance of the Instance class.

protected:
 Instance();
protected Instance ();
Protected Sub New ()

Remarks

This constructor is called by derived class constructors to initialize state in this type.

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to