ApplicationInstance Class Members
The following tables list the members exposed by ApplicationInstance.
Public Constructors
Name | Description | |
---|---|---|
![]() | ApplicationInstance Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | ApplicationInstanceID | Distinguishes one application instance from another. Unique value. |
![]() | ApplicationName | Name of the application the profiler is running for. |
![]() | BuildVersion | The build/revision version of the application that is being run. |
![]() | CurrentStatus | Is the application Running, Not Running, Not Responding, etc? |
![]() | EndTime | The time the application instance was ended. ie. When did the application close? |
![]() | Environment | Was this run in a Stage, Development, Test, or Production build. |
![]() | StartTime | The time the application instance was started. ie. When did the application start? |
See Also