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

GetSectionAddress() public method

public GetSectionAddress ( string name ) : TargetAddress
name string
return Mono.Debugger.TargetAddress
        public TargetAddress GetSectionAddress(string name)
        {
            throw new NotImplementedException();
        }