DkmModuleInstance.IsSuppressed 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.
This method allows a component to determine if module load event for a module was suppressed.
This API was introduced in Visual Studio 12 Update 3 (DkmApiVersion.VS12Update3).
public:
bool IsSuppressed();
public:
bool IsSuppressed();
bool IsSuppressed();
public bool IsSuppressed ();
member this.IsSuppressed : unit -> bool
Public Function IsSuppressed () As Boolean
Returns
[Out] Returns true if module load event was suppressed.