Table of Contents

Method DebugActiveProcess

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

DebugActiveProcess(int, bool)

public CorProcess DebugActiveProcess(int processId, bool win32Attach)

Parameters

processId int
win32Attach bool

Returns

CorProcess

DebugActiveProcess(int, bool, CorRemoteTarget)

public virtual CorProcess DebugActiveProcess(int processId, bool win32Attach, CorRemoteTarget target)

Parameters

processId int
win32Attach bool
target CorRemoteTarget

Returns

CorProcess