Mono.Debugger.Backend.WindowsOperatingSystem.AddExecutableFile C# (CSharp) Method

AddExecutableFile() public method

public AddExecutableFile ( Inferior inferior, string filename, TargetAddress base_address, bool step_into, bool is_loaded ) : NativeExecutableReader
inferior Inferior
filename string
base_address Mono.Debugger.TargetAddress
step_into bool
is_loaded bool
return NativeExecutableReader
        public override NativeExecutableReader AddExecutableFile(Inferior inferior, string filename,
            TargetAddress base_address, bool step_into,
            bool is_loaded)
        {
            throw new NotImplementedException();
        }