UtilSharedMemoryClear(String) 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(
string name
)
Public Shared Sub Clear (
name As String
)
Dim name As String
UtilSharedMemory.Clear(name)
public:
static void Clear(
String^ name
)
static member Clear :
name : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- name String
-
The name of 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("My MemoryMappedFile Name")
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.