Mono.Debugger.Module.GetMethod C# (CSharp) Method

GetMethod() public method

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