Class CacheHandle
public class CacheHandle : ObjectHandle, IDisposable
- Inheritance
-
CacheHandle
- Implements
- Inherited Members
Constructors
CacheHandle(nint, bool)
public CacheHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static CacheHandle For<T>(ConstructArgument[] constructArguments) where T : Cache, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T