CProfile Constructors: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
<onlyinclude>A parameterized constructor for the [[CProfile Class|cProfile]] class. ( | <onlyinclude>A parameterized constructor for the [[CProfile Class|cProfile]] class. (.NET only)</onlyinclude> | ||
== Syntax == | == Syntax == |
Latest revision as of 15:11, 3 August 2017
Member of: SynthesisAPI.cProfile
A parameterized constructor for the cProfile class. (.NET only)
Syntax
cProfile(Name)
Parameters
Name
- Required. String. The name for the new profile.
Example
VB.NET 'Create a new profile called "NewProfile". Dim myResource As New SynthesisAPI.cProfile("NewProfile")