C# Class Emul8.Disassembler.LLVM.MarshalExtensions

Afficher le fichier Open project: emul8/emul8

Méthodes publiques

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

Method Details

ReadUInt64() public static méthode

public static ReadUInt64 ( IntPtr ptr, int offset ) : System.UInt64
ptr System.IntPtr
offset int
Résultat System.UInt64

WriteUInt64() public static méthode

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