C# Класс GAudio.GATMemDebugInfo

Simple class which holds information on virtually allocated memory
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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