ProcessOperationAttachDebugger Method |
Sets the Process Priority.
Namespace:
Xcalibur.WMI.Processes
Assembly:
Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax public static string AttachDebugger(
ManagementScope ms,
int id
)
Public Shared Function AttachDebugger (
ms As ManagementScope,
id As Integer
) As String
public:
static String^ AttachDebugger(
ManagementScope^ ms,
int id
)
static member AttachDebugger :
ms : ManagementScope *
id : int -> string
Parameters
- ms
- Type: System.ManagementManagementScope
The management scope. - id
- Type: SystemInt32
The id.
Return Value
Type:
StringSee Also