C# Class MonoDevelop.Debugger.Gdb.D.DArrayStruct

Afficher le fichier Open project: llucenic/MonoDevelop.Debugger.Gdb.D Class Usage Examples

Méthodes publiques

Свойство Type Description
FirstItem System.UIntPtr
Length int

Méthodes publiques

Méthode Description
DArrayStruct ( int length, int firstItemAddress ) : System
DArrayStruct ( long length, long firstItemAddress ) : System
DArrayStruct ( uint length, uint firstItemAddress ) : System
DArrayStruct ( ulong length, ulong firstItemAddress ) : System

Method Details

DArrayStruct() public méthode

public DArrayStruct ( int length, int firstItemAddress ) : System
length int
firstItemAddress int
Résultat System

DArrayStruct() public méthode

public DArrayStruct ( long length, long firstItemAddress ) : System
length long
firstItemAddress long
Résultat System

DArrayStruct() public méthode

public DArrayStruct ( uint length, uint firstItemAddress ) : System
length uint
firstItemAddress uint
Résultat System

DArrayStruct() public méthode

public DArrayStruct ( ulong length, ulong firstItemAddress ) : System
length ulong
firstItemAddress ulong
Résultat System

Property Details

FirstItem public_oe property

public UIntPtr,System FirstItem
Résultat System.UIntPtr

Length public_oe property

public int Length
Résultat int