C# 클래스 MonoDevelop.Debugger.Gdb.D.DArrayStruct

파일 보기 프로젝트 열기: llucenic/MonoDevelop.Debugger.Gdb.D 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FirstItem System.UIntPtr
Length int

공개 메소드들

메소드 설명
DArrayStruct ( int length, int firstItemAddress ) : System
DArrayStruct ( long length, long firstItemAddress ) : System
DArrayStruct ( uint length, uint firstItemAddress ) : System
DArrayStruct ( ulong length, ulong firstItemAddress ) : System

메소드 상세

DArrayStruct() 공개 메소드

public DArrayStruct ( int length, int firstItemAddress ) : System
length int
firstItemAddress int
리턴 System

DArrayStruct() 공개 메소드

public DArrayStruct ( long length, long firstItemAddress ) : System
length long
firstItemAddress long
리턴 System

DArrayStruct() 공개 메소드

public DArrayStruct ( uint length, uint firstItemAddress ) : System
length uint
firstItemAddress uint
리턴 System

DArrayStruct() 공개 메소드

public DArrayStruct ( ulong length, ulong firstItemAddress ) : System
length ulong
firstItemAddress ulong
리턴 System

프로퍼티 상세

FirstItem 공개적으로 프로퍼티

public UIntPtr,System FirstItem
리턴 System.UIntPtr

Length 공개적으로 프로퍼티

public int Length
리턴 int