Skip to content

Application.Profile Method

Starts profiling an Application application directly from the source file using Install Capture technology.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public Import Profile(
    ProfileApplicationConfiguration config,
    ProfileApplicationSourceDetails sourceDetails
)

VB

Public Function Profile ( 
    config As ProfileApplicationConfiguration,
    sourceDetails As ProfileApplicationSourceDetails
) As Import

Parameters

 

config
Type: Citrix.SDK.AppDNA.ProfileApplicationConfiguration
The configuration details to be used for profiling.
sourceDetails
Type: Citrix.SDK.AppDNA.ProfileApplicationSourceDetails
The source details to be used for profiling.

Return Value

Type: Import
An object for monitoring a progress.

See Also

Reference

Application Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?