12 [SuppressUnmanagedCodeSecurity]
13 internal static extern void InternalSetProfileRoot(
string directoryPath);
17 [SuppressUnmanagedCodeSecurity]
18 internal static extern void InternalStartProfile(
string profile,
IntPtr ptrNativeAssemblyLoadContext);
25 InternalSetProfileRoot(directoryPath);
Improves the startup performance of application domains in applications that require the just-in-time...
A platform-specific type that is used to represent a pointer or a handle.
CharSet
Dictates which character set marshaled strings should use.
static void SetProfileRoot(string directoryPath)
Enables optimization profiling for the current application domain, and sets the folder where the opti...
static readonly IntPtr Zero
A read-only field that represents a pointer or handle that has been initialized to zero.
static void StartProfile(string profile)
Starts just-in-time (JIT) compilation of the methods that were previously recorded in the specified p...