Mono.Debugger.Backend.Inferior.GetSectionAddress C# (CSharp) 메소드

GetSectionAddress() 공개 메소드

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