C# 클래스 C64Lib.Core.BytePtr

상속: IDisposable
파일 보기 프로젝트 열기: rosc77/vita64

공개 메소드들

메소드 설명
BytePtr ( byte array ) : System
BytePtr ( int size ) : System
Dispose ( ) : void
ToString ( ) : string
this ( int index ) : byte
this ( long index ) : byte

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
ReleaseHandle ( ) : void

메소드 상세

BytePtr() 공개 메소드

public BytePtr ( byte array ) : System
array byte
리턴 System

BytePtr() 공개 메소드

public BytePtr ( int size ) : System
size int
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : byte
index int
리턴 byte

this() 공개 메소드

public this ( long index ) : byte
index long
리턴 byte