DkmProcessLaunchEnvironmentFilterList Class

Definition

Holds the list of implementations of the IDkmProcessLaunchEnvironmentFilter interface which may be called by a component. This object is used to call these environment filters.

public ref class DkmProcessLaunchEnvironmentFilterList
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmProcessLaunchEnvironmentFilterList
[Windows::Foundation::Metadata::WebHostHidden]
class DkmProcessLaunchEnvironmentFilterList
public class DkmProcessLaunchEnvironmentFilterList
type DkmProcessLaunchEnvironmentFilterList = class
Public Class DkmProcessLaunchEnvironmentFilterList
Inheritance
DkmProcessLaunchEnvironmentFilterList

Properties

Count

Returns the number of implemantions of the IDkmProcessLaunchEnvironmentFilter interface which may be called through this object.

Methods

Create()

Create a new DkmProcessLaunchEnvironmentFilterList object instance.

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

GetAdditionalEnvironmentVariables(Int32, DkmDebugLaunchSettings, DkmProcessLaunchEnvironmentFilterScenario)

Obtains any environment variables which the extension would like to add.

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

Applies to