Mono.Debugger.Soft.StackFrame.StackFrame C# (CSharp) Méthode

StackFrame() private méthode

private StackFrame ( VirtualMachine vm, long id, ThreadMirror thread, Mono.Debugger.Soft.MethodMirror method, int il_offset, StackFrameFlags flags ) : System
vm VirtualMachine
id long
thread ThreadMirror
method Mono.Debugger.Soft.MethodMirror
il_offset int
flags StackFrameFlags
Résultat System
		internal StackFrame (VirtualMachine vm, long id, ThreadMirror thread, MethodMirror method, int il_offset, StackFrameFlags flags) : base (vm, id) {
			this.thread = thread;
			this.method = method;
			this.il_offset = il_offset;
			this.flags = flags;
		}