C# Class Emul8.Disassembler.LLVM.MarshalExtensions

Show file Open project: emul8/emul8

Public Methods

Method Description
ReadUInt64 ( IntPtr ptr, int offset ) : System.UInt64
WriteUInt64 ( IntPtr ptr, int offset, ulong value ) : void

Method Details

ReadUInt64() public static method

public static ReadUInt64 ( IntPtr ptr, int offset ) : System.UInt64
ptr System.IntPtr
offset int
return System.UInt64

WriteUInt64() public static method

public static WriteUInt64 ( IntPtr ptr, int offset, ulong value ) : void
ptr System.IntPtr
offset int
value ulong
return void