| 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.srcAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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 String
[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]