C# Class C64Lib.Core.BytePtr

Inheritance: IDisposable
Show file Open project: rosc77/vita64

Public Methods

Method Description
BytePtr ( byte array ) : System
BytePtr ( int size ) : System
Dispose ( ) : void
ToString ( ) : string
this ( int index ) : byte
this ( long index ) : byte

Private Methods

Method Description
Dispose ( bool disposing ) : void
ReleaseHandle ( ) : void

Method Details

BytePtr() public method

public BytePtr ( byte array ) : System
array byte
return System

BytePtr() public method

public BytePtr ( int size ) : System
size int
return System

Dispose() public method

public Dispose ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int index ) : byte
index int
return byte

this() public method

public this ( long index ) : byte
index long
return byte