  | 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.4.0
Syntaxpublic 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 AlsoReference
[!:http://blogs.msdn.com/b/dotnet/archive/2012/10/18/an-easy-solution-for-improving-app-launch-performance.aspx]