Mono.Debugger.Backend.Inferior.GetSectionAddress C# (CSharp) Méthode

GetSectionAddress() public méthode

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