Click or drag to resize

VirtualFileStreamReadUnmanaged Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public abstract int ReadUnmanaged(
	IntPtr buffer,
	int count
)

Parameters

buffer
Type: SystemIntPtr
count
Type: SystemInt32

Return Value

Type: Int32
See Also