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

Method() protected method

protected Method ( Method method ) : System
method Method
return System
        protected Method(Method method)
            : this(method.Name, method.ImageFile, method.Module,
				method.StartAddress, method.EndAddress)
        {
        }

Same methods

Method::Method ( string name, string image_file, Module module ) : System
Method::Method ( string name, string image_file, Module module, TargetAddress start, TargetAddress end ) : System