Mono.Debugger.Module.GetMethod C# (CSharp) 메소드

GetMethod() 공개 메소드

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