ExecutableDescription Class
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.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ExecutableDescription
Syntax
'Declaration
<SerializableAttribute> _
<XmlRootAttribute("ExecutableDescription", IsNullable:=False)> _
Public Class ExecutableDescription
[SerializableAttribute]
[XmlRootAttribute("ExecutableDescription", IsNullable=false)]
public class ExecutableDescription
[SerializableAttribute]
[XmlRootAttribute(L"ExecutableDescription", IsNullable=false)]
public ref class ExecutableDescription
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("ExecutableDescription", IsNullable=false) */
public class ExecutableDescription
SerializableAttribute
XmlRootAttribute("ExecutableDescription", IsNullable=false)
public class ExecutableDescription
Example
The following example shows the use of the Executable XML element:
<Executable UseShellProcessing="false">
<FilePath>RepairWizard.exe</FilePath>
</Executable>
Remarks
An executable description is provided for an action when the class designation for the action is "Executable". For more information, see Configuration Manager Executable Action.
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.AdminConsole.Schema.ExecutableDescription
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
Change History
See Also
Reference
ExecutableDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace