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

SetValue() public method

public SetValue ( TargetAddress value ) : void
value TargetAddress
return void
        public void SetValue(TargetAddress value)
        {
            this.valid = true;
            this.addr_on_stack = TargetAddress.Null;
            this.value = value.Address;
        }

Same methods

Register::SetValue ( TargetAddress address, TargetAddress value ) : void
Register::SetValue ( TargetAddress address, long value ) : void
Register::SetValue ( long value ) : void