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 |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:cProfile Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CProfile_Class|cProfile]] | {{DISPLAYTITLE:cProfile Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CProfile_Class|cProfile]]}} | ||
<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")