Share via


HeapCheck.newmethod Method

Definition

Overloads

newmethod()

Initializes a new instance of the Object class.

newmethod(String)

newmethod()

Initializes a new instance of the Object class.

protected:
 override void newmethod();
protected override void newmethod ();
override this.newmethod : unit -> unit
Protected Overrides Sub newmethod ()

Applies to

newmethod(String)

public:
 void newmethod(System::String ^ _Filename);
public void newmethod (string _Filename);
override this.newmethod : string -> unit
Public Sub newmethod (_Filename As String)

Parameters

_Filename
String

Applies to