C# Класс RuntimeHelpers, ComputeSharp

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

Открытые методы

Метод Описание
AllocateTypeAssociatedMemory ( Type, type, int size ) : IntPtr,

Allocates some memory tied to the lifetime of a specific type.

Описание методов

AllocateTypeAssociatedMemory() публичный статический Метод

Allocates some memory tied to the lifetime of a specific type.
public static AllocateTypeAssociatedMemory ( Type, type, int size ) : IntPtr,
type Type, The type to associate the memory to.
size int The size in byte of the memory to allocate.
Результат IntPtr,