RTMappedMemory Constructor (UInt64, UInt32, MemoryCachingType) IntervalZero RTX Managed Code
Creates an instance of a MappedMemory object.

Namespace:  RTX.IO
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public RTMappedMemory(
	ulong physicalAddress,
	uint length,
	MemoryCachingType cacheType
)
See Also