Mono.Debugger.Backend.CoreFile.CoreFileThread.CoreFileTargetAccess.WriteInteger C# (CSharp) Method

WriteInteger() public method

public WriteInteger ( TargetAddress address, int value ) : void
address TargetAddress
value int
return void
                public override void WriteInteger(TargetAddress address, int value)
                {
                    throw new InvalidOperationException ();
                }