C# Class C64Lib.Core.BytePtr

Inheritance: IDisposable
Afficher le fichier Open project: rosc77/vita64

Méthodes publiques

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

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
ReleaseHandle ( ) : void

Method Details

BytePtr() public méthode

public BytePtr ( byte array ) : System
array byte
Résultat System

BytePtr() public méthode

public BytePtr ( int size ) : System
size int
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : byte
index int
Résultat byte

this() public méthode

public this ( long index ) : byte
index long
Résultat byte