C# Класс CSPspEmu.Hle.Threading.Semaphores.SceKernelSemaInfo

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Attributes SemaphoreAttribute
CurrentCount int
InitialCount int
MaximumCount int
NumberOfWaitingThreads int
Size int

Описание свойств

Attributes публичное свойство

Attributes.
public SemaphoreAttribute Attributes
Результат SemaphoreAttribute

CurrentCount публичное свойство

The current count.
public int CurrentCount
Результат int

InitialCount публичное свойство

The initial count the semaphore was created with.
public int InitialCount
Результат int

MaximumCount публичное свойство

The maximum count.
public int MaximumCount
Результат int

NumberOfWaitingThreads публичное свойство

The number of threads waiting on the semaphore.
public int NumberOfWaitingThreads
Результат int

Size публичное свойство

Size of the ::SceKernelSemaInfo structure.
public int Size
Результат int