MIP Class
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.
Static class to provide the entry point for MIP applications.
public static class MIP
type MIP = class
Public Class MIP
- Inheritance
-
MIP
Methods
CreateMipContext(ApplicationInfo, String, LogLevel, ILoggerDelegate, DiagnosticConfiguration, Dictionary<FlightingFeature,Boolean>) |
Obsolete.
Creates a MIP context to be used when initializing profiles |
CreateMipContext(ApplicationInfo, String, LogLevel, ILoggerDelegate, TelemetryConfiguration, Dictionary<FlightingFeature,Boolean>) |
Creates a MIP context to be used when initializing profiles |
CreateMipContext(MipConfiguration) |
Creates a MIP context to be used when initializing profiles |
Initialize(MipComponent, String) |
Loads the MIP dlls needed for UPE |
LoadFileProfileAsync(FileProfileSettings) |
Starts loading a profile based on the provided |settings|. |
LoadPolicyProfileAsync(PolicyProfileSettings) |
Starts loading a profile based on the provided settings. |
LoadProtectionProfile(ProtectionProfileSettings) |
Loads a profile based on the provided settings. |
LoadProtectionProfileAsync(ProtectionProfileSettings) |
Starts loading a profile based on the provided settings. |