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

GetValue() public method

public GetValue ( ) : long
return long
        public long GetValue()
        {
            return value;
        }