DkmClrAppDomain.RaiseCreatedEvent Method

Definition

Raise a AppDomainCreated event. Components which implement the event sink interface will receive the event notification. Control will return once all components have been notified.

This method may only be called by the component which created the object.

Location constraint: API must be called from a Monitor component (component level < 100,000).

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).

public:
 void RaiseCreatedEvent();
public void RaiseCreatedEvent ();
member this.RaiseCreatedEvent : unit -> unit
Public Sub RaiseCreatedEvent ()

Applies to