Compartilhar via


ICorDebugBreakpoint::Activate Method

Sets the active state of this ICorDebugBreakpoint.

HRESULT Activate (
    [in] BOOL bActive
);

Parameters

  • bActive
    [in] Set this value to true to specify the state as active; otherwise, set this value to false.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Concepts

ICorDebugBreakpoint Interface