PerformanceCounterMemoryMappedFile Constructor (Int32, Boolean)
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Sub New ( _
size As Integer, _
writable As Boolean _
)
'Usage
Dim size As Integer
Dim writable As Boolean
Dim instance As New PerformanceCounterMemoryMappedFile(size, writable)
public PerformanceCounterMemoryMappedFile(
int size,
bool writable
)