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

PokeInt64() public method

public PokeInt64 ( long value ) : void
value long
return void
        public void PokeInt64(long value)
        {
            PokeInt64 (pos, value);
        }

Same methods

TargetBinaryWriter::PokeInt64 ( long pos, long value ) : void