profiler.profileOn Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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