Share via


profiler.profileOn Method

Definition

Overloads

profileOn(String)
profileOn(String, Int32)

profileOn(String)

public:
 virtual System::Object ^ profileOn(System::String ^ text1);
public virtual object profileOn (string text1);
abstract member profileOn : string -> obj
override this.profileOn : string -> obj
Public Overridable Function profileOn (text1 As String) As Object

Parameters

text1
String

Returns

Applies to

profileOn(String, Int32)

public:
 virtual System::Object ^ profileOn(System::String ^ _runId, int _traceDepth);
public virtual object profileOn (string _runId, int _traceDepth);
abstract member profileOn : string * int -> obj
override this.profileOn : string * int -> obj
Public Overridable Function profileOn (_runId As String, _traceDepth As Integer) As Object

Parameters

_runId
String
_traceDepth
Int32

Returns

Applies to