Example #1
0
 public MethodCacheInfo(MethodCache MethodCache, Action<CpuThreadState> DelegateGeneratorForPC, uint PC)
 {
     this.MethodCache = MethodCache;
     this.FunctionDelegate = DelegateGeneratorForPC;
     this.StaticField = ILInstanceHolder.TAlloc<Action<CpuThreadState>>(DelegateGeneratorForPC);
     this.PC = PC;
 }
Example #2
0
		public override void InitializeComponent()
		{
			base.InitializeComponent();
			ThisILInstanceHolder = ILInstanceHolder.Alloc(this.GetType(), this);
		}