Mono.Debugger.Module.GetMethod C# (CSharp) Méthode

GetMethod() public méthode

public GetMethod ( int domain, long handle ) : Method
domain int
handle long
Résultat Method
        public Method GetMethod(int domain, long handle)
        {
            return SymbolFile.GetMethod (domain, handle);
        }