Boo.Lang.Compiler.Pipelines.Run.Prepare C# (CSharp) 메소드

Prepare() 보호된 메소드

protected Prepare ( CompilerContext context ) : void
context CompilerContext
리턴 void
        protected override void Prepare(CompilerContext context)
        {
            base.Prepare(context);
            #if !NET_40_OR_GREATER
            context.Parameters.GenerateCollectible = false;
            #else
            context.Parameters.GenerateCollectible = true;
            #endif

            context.Parameters.GenerateInMemory = true;
        }