cProfile Constructors
Jump to navigation
Jump to search
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")