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

Mostrar archivo Open project: llucenic/MonoDevelop.Debugger.Gdb.D Class Usage Examples

Public Properties

Property Type Description
FirstItem System.UIntPtr
Length int

Public Methods

Method 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 method

public DArrayStruct ( int length, int firstItemAddress ) : System
length int
firstItemAddress int
return System

DArrayStruct() public method

public DArrayStruct ( long length, long firstItemAddress ) : System
length long
firstItemAddress long
return System

DArrayStruct() public method

public DArrayStruct ( uint length, uint firstItemAddress ) : System
length uint
firstItemAddress uint
return System

DArrayStruct() public method

public DArrayStruct ( ulong length, ulong firstItemAddress ) : System
length ulong
firstItemAddress ulong
return System

Property Details

FirstItem public_oe property

public UIntPtr,System FirstItem
return System.UIntPtr

Length public_oe property

public int Length
return int