| StartupHelperActivateMultiCoreJit Method |
Activates the multi core JIT introduced in .NET 4.5.
The profile is stored in the AppCache sub folder of the assembly location.
For more information see .
Namespace:
QsInformatica.Utils.src
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax public static void ActivateMultiCoreJit(
string profileName
)
Public Shared Sub ActivateMultiCoreJit (
profileName As String
)
public:
static void ActivateMultiCoreJit(
String^ profileName
)
static member ActivateMultiCoreJit :
profileName : string -> unit
Parameters
- profileName
- Type: SystemString
[Missing <param name="profileName"/> documentation for "M:QsInformatica.Utils.src.StartupHelper.ActivateMultiCoreJit(System.String)"]
See Also Reference
[!:http://blogs.msdn.com/b/dotnet/archive/2012/10/18/an-easy-solution-for-improving-app-launch-performance.aspx]