AVIcode.DotNet.SystemCenter.DotNetExecutableApplication.NET Executable Application

AVIcode.DotNet.SystemCenter.DotNetExecutableApplication (ClassType)

.NET Executable Application Class

Element properties:

Base ClassMicrosoft.Windows.UserApplication
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId42cfaa39-5637-e59a-d468-cf62431b7497

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
AVIcode.DotNet.SystemCenter.DotNetExecutableApplication:
ApplicationName  string  Application Name Name of the .NET Application true 256  False     
Monitor  string  Monitor Status of monitoring false 256  False     
AlertingThreshold  string  Alerting Threshold Alerting Thresholds are used by the Monitor to determine if an event needs to be reported. The monitor measures the execution time of an Entrypoint (a top-level function), and reports an event if the Alerting Threshold is exceeded. If the threshold is not exceeded, then the monitor disposes of the data. Alerting Thresholds are measured in milliseconds, and are set to 15000 ms by default. false 256  False     
SensitivityThreshold  string  Sensitivity Threshold Sensitivity Thresholds are applied to resource calls (SQL calls, .NET Remoting calls, etc.), and are less than or equal to the Alerting Threshold (generally being set to approximately 100 ms). The Sensitivity Threshold causes the Intercept Agent to collect information about specific resource calls that take longer than the preset threshold. false 256  False     
ExceptionDiagnostic  string  Exception Diagnostic Data Collect Exception Diagnostic Data false 256  False     
PerformanceDiagnostic  string  Performance Diagnostic Data Collect Performance Diagnostic Data false 256  False     
SEViewerComputerDetail  string  Computer Detail View Defines the URL to the computer detail view. false 3000  False     
SEViewerApplicationDetail  string  Application Detail View Defines the URL to the application detail view. false 3000  False     

Health Model:

Source Code:

<ClassType ID="AVIcode.DotNet.SystemCenter.DotNetExecutableApplication" Base="Windows!Microsoft.Windows.UserApplication" Abstract="true" Accessibility="Public" Hosted="true" Singleton="false">
<Property ID="ApplicationName" Type="string" CaseSensitive="false" Key="true" MaxLength="256"/>
<Property ID="Monitor" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="AlertingThreshold" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="SensitivityThreshold" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="ExceptionDiagnostic" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="PerformanceDiagnostic" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="SEViewerComputerDetail" Type="string" CaseSensitive="false" Key="false" MaxLength="3000"/>
<Property ID="SEViewerApplicationDetail" Type="string" CaseSensitive="false" Key="false" MaxLength="3000"/>
</ClassType>