CategoryEntry Constructor

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public Sub New ( _
    handle As IntPtr, _
    offset As Integer _
)
'Usage
Dim handle As IntPtr
Dim offset As Integer

Dim instance As New CategoryEntry(handle, _
    offset)
public CategoryEntry(
    IntPtr handle,
    int offset
)

Parameters