Microsoft.JScript.Vsa.VsaEngine.CreateEntryPointIL C# (CSharp) Method

CreateEntryPointIL() private method

private CreateEntryPointIL ( ILGenerator il, FieldInfo site ) : void
il System.Reflection.Emit.ILGenerator
site System.Reflection.FieldInfo
return void
      void CreateEntryPointIL(ILGenerator il, FieldInfo site){
        this.CreateEntryPointIL(il, site, null);
      }

Same methods

VsaEngine::CreateEntryPointIL ( ILGenerator il, FieldInfo site, TypeBuilder startupClass ) : void