UtilSharedMemoryClear(MemoryMappedFile) Method
Clears the data of an existing MemoryMappedFile segment.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void Clear(
MemoryMappedFile mmf
)
Public Shared Sub Clear (
mmf As MemoryMappedFile
)
Dim mmf As MemoryMappedFile
UtilSharedMemory.Clear(mmf)
public:
static void Clear(
MemoryMappedFile^ mmf
)
static member Clear :
mmf : MemoryMappedFile -> unit
No code example is currently available or this language may not be supported.
Parameters
- mmf MemoryMappedFile
-
The MemoryMappedFile segment.
This is a code example.
No code example is currently available or this language may not be supported.
Using mmf As MemoryMappedFile = SharedMemoryUtil.Create("My MemoryMappedFile Name", capacity:=4096)
SharedMemoryUtil.Clear(mmf)
End Using
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.