Mono.Debugger.Backend.Inferior.GetSectionAddress C# (CSharp) Method

GetSectionAddress() public method

public GetSectionAddress ( string name ) : TargetAddress
name string
return TargetAddress
        public TargetAddress GetSectionAddress(string name)
        {
            return exe.GetSectionAddress (name);
        }
Inferior