Beispiel #1
0
        // Methods
        /// <summary>
        /// Override implementaiton of <see cref="DoSyncFinalize"/>.
        /// </summary>
        protected override void DoSyncFinalize()
        {
            // Call the base method
            base.DoSyncFinalize();

            if (IsSuccessful == true)
            {
                // Load the assembly into the domain
                loadedAssembly = domain.LoadAssembly(assemblyData);
            }
        }