C# 클래스 Emul8.Disassembler.LLVM.MarshalExtensions

파일 보기 프로젝트 열기: emul8/emul8

공개 메소드들

메소드 설명
ReadUInt64 ( IntPtr ptr, int offset ) : System.UInt64
WriteUInt64 ( IntPtr ptr, int offset, ulong value ) : void

메소드 상세

ReadUInt64() 공개 정적인 메소드

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

WriteUInt64() 공개 정적인 메소드

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