cProfile Constructors

From ReliaWiki
Revision as of 17:33, 27 September 2016 by Kate Racaza (talk | contribs) (Created page with '{{DISPLAYTITLE:cProfile Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.cProfile}}{{InProgress}} <onlyinclude>A parameterized constructor for the [[C…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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")