cProfile Constructors

From ReliaWiki
Revision as of 18:03, 3 October 2016 by Kate Racaza (talk | contribs)
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

 'Create a new profile called "NewProfile". 
  Dim myResource As New SynthesisAPI.cProfile("NewProfile")