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

Visual Basic
Dim instance As ExecutableDescription

Syntax

Visual Basic
<SerializableAttribute> _
<XmlRootAttribute("ExecutableDescription", IsNullable:=False)> _
Public Class ExecutableDescription
C#
[SerializableAttribute] 
[XmlRootAttribute("ExecutableDescription", IsNullable=false)] 
public class ExecutableDescription
C++
[SerializableAttribute] 
[XmlRootAttribute(L"ExecutableDescription", IsNullable=false)] 
public ref class ExecutableDescription
J#
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("ExecutableDescription", IsNullable=false) */ 
public class ExecutableDescription
JScript
SerializableAttribute 
XmlRootAttribute("ExecutableDescription", IsNullable=false) 
public class ExecutableDescription

Example

The following example shows the use of the Executable XML element:

  Copy Code
  <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

See Also