CProfile Constructors: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:




<onlyinclude>A parameterized constructor for the [[CProfile Class|cProfile]] class. (VB.NET only)</onlyinclude>
<onlyinclude>A parameterized constructor for the [[CProfile Class|cProfile]] class. (.NET only)</onlyinclude>


== Syntax ==
== Syntax ==

Latest revision as of 15:11, 3 August 2017

APIWiki.png


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")