System.Resolver.GetJitContext C# (CSharp) 메소드

GetJitContext() 추상적인 개인적인 메소드

abstract private GetJitContext ( int &securityControlFlags, RuntimeTypeHandle &typeOwner ) : void
securityControlFlags int
typeOwner RuntimeTypeHandle
리턴 void
        internal abstract void GetJitContext(ref int securityControlFlags, ref RuntimeTypeHandle typeOwner);
        internal abstract byte[] GetCodeInfo(ref int stackSize, ref int initLocals, ref int EHCount);