swiftlys2/docs/api/ai/
API Reference Natives

ManagedCUtlMemory`1

Class
Namespace: SwiftlyS2.Shared.Natives · Assembly: SwiftlyS2.CS2.dll
public class ManagedCUtlMemory<T> : IDisposable where T : unmanaged
Inherits object
Implements IDisposable
View source

Constructors

ManagedCUtlMemory()

public ManagedCUtlMemory()

ManagedCUtlMemory(int, int)

public ManagedCUtlMemory(int growSize, int initSize)
Parameters

Properties

Value

public ref CUtlMemory<T> Value { get; }
Property Value
CUtlMemory<T>

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)
Parameters

~ManagedCUtlMemory()

protected ~ManagedCUtlMemory()