CProfile Constructors: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{DISPLAYTITLE:cProfile Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.cProfile}}{{InProgress}} <onlyinclude>A parameterized constructor for the [[C…')
(No difference)

Revision as of 17:33, 27 September 2016

APIWiki.png


Member of: SynthesisAPI.cProfile Template:InProgress


A parameterized constructor for the cProfile class. (VB.NET only)

Syntax

cProfile(Name)

Parameters

Name

Required. String. The name for the new profile.


Example

VB.NET

 'The following code creates a new profile called "NewProfile". 
  Dim Resource As New cProfile("NewProfile")