Mono.Debugger.Backend.OperatingSystemBackend.LoadExecutable C# (CSharp) Method

LoadExecutable() public abstract method

public abstract LoadExecutable ( TargetMemoryInfo memory, string filename, bool load_native_symtabs ) : NativeExecutableReader
memory Mono.Debugger.TargetMemoryInfo
filename string
load_native_symtabs bool
return NativeExecutableReader
        public abstract NativeExecutableReader LoadExecutable(TargetMemoryInfo memory, string filename,
								       bool load_native_symtabs);