ExecutableDescription Members
Represents summary information for an Executable XML element that is needed to execute an assembly method when the Configuration Manager console user selects an action.
The following tables list the members exposed by the ExecutableDescription type.
Public Constructors
Name | Description | |
---|---|---|
ExecutableDescription | Initializes a new instance of ExecutableDescription. |
Top
Public Properties
Name | Description | |
---|---|---|
FilePath | Gets or sets the file path to the executable. | |
Parameters | Gets or sets command-line arguments for the executable. | |
SingleInstance | Gets or sets a value that indicates whether the Configuration Manager console allows a single instance of the executable. | |
SupportShellProcessing | Gets or sets a value that indicates whether the executable supports shell processing, using shell commands that automatically enable the correct application, identified by path type. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ShouldSerializeFilePath | Determines whether the FilePath property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeParameters | Determines whether the Parameters property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
ExecutableDescription Class
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace