C# 클래스 GAudio.GATMemDebugInfo

Simple class which holds information on virtually allocated memory
파일 보기 프로젝트 열기: gregzo/G-Audio

공개 프로퍼티들

프로퍼티 타입 설명
AllocatedSize int
ChunkNb int
MaxSize int

공개 메소드들

메소드 설명
Description ( ) : string

returns a description of the chunk's position and size

GATMemDebugInfo ( int nb, int allocated, int max ) : System.Collections

메소드 상세

Description() 공개 메소드

returns a description of the chunk's position and size
public Description ( ) : string
리턴 string

GATMemDebugInfo() 공개 메소드

public GATMemDebugInfo ( int nb, int allocated, int max ) : System.Collections
nb int
allocated int
max int
리턴 System.Collections

프로퍼티 상세

AllocatedSize 공개적으로 프로퍼티

The requested allocated size
public int AllocatedSize
리턴 int

ChunkNb 공개적으로 프로퍼티

The index of the chunk
public int ChunkNb
리턴 int

MaxSize 공개적으로 프로퍼티

The real size of the chunk
public int MaxSize
리턴 int