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

PokeInt32() public method

public PokeInt32 ( int value ) : void
value int
return void
        public void PokeInt32(int value)
        {
            PokeInt32 (pos, value);
        }

Same methods

TargetBinaryWriter::PokeInt32 ( long pos, int value ) : void