DkmStepper.BeforeEnable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the stopping event manager before a step operation actually begins The stopping event manager will notify all runtime instances so they can setup any necessary state before the the stopping event manager starts blocking function evaluations.
Location constraint: API must be called from a Monitor component (component level < 100,000).
public:
void BeforeEnable();
public:
void BeforeEnable();
void BeforeEnable();
public void BeforeEnable ();
member this.BeforeEnable : unit -> unit
Public Sub BeforeEnable ()