IDkmProcessLaunchEnvironmentFilter Interface
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.
Optional interface which can be implemented to customize the environment of the target process before it is started. It is possible to customize the environment from two points. From the IDE side, the caller of LaunchDebugTargets may specify an environment block. From the debug monitor side, this API can be implemented. This API is suggested if either the IDE side doesn't have enough information to correctly specify the environment, or if the extension doesn't control the call to LaunchDebugTargets.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: EngineId.
public interface class IDkmProcessLaunchEnvironmentFilter
public interface class IDkmProcessLaunchEnvironmentFilter
__interface IDkmProcessLaunchEnvironmentFilter
public interface IDkmProcessLaunchEnvironmentFilter
type IDkmProcessLaunchEnvironmentFilter = interface
Public Interface IDkmProcessLaunchEnvironmentFilter
Methods
GetAdditionalEnvironmentVariables(DkmDebugLaunchSettings, DkmProcessLaunchEnvironmentFilterScenario) |
Obtains any environment variables which the extension would like to add. |