예제 #1
0
 /// <summary>
 /// Sets the dynamic environment variables to match this application profile.
 /// </summary>
 /// <param name="self">Application profile.</param>
 public static void SetVariables(this IApplicationProfile self)
 {
     SharedFunctions.SetDynamicVarriables(self);
 }
예제 #2
0
 /// <summary>
 /// Sets the dynamic environment variables to match this executable profile.
 /// </summary>
 /// <param name="self">Executable profile.</param>
 public static void SetVariables(this IExecutable self)
 {
     SharedFunctions.SetDynamicVarriables(self);
 }