C# Class msos.GCRoot.Node

Datei anzeigen Open project: goldshtn/msos

Public Properties

Property Type Description
Children ulong[]
Curr int
Next Node
Object ulong
Offset int
Offsets int[]
Prev Node
Type Microsoft.Diagnostics.Runtime.ClrType

Public Methods

Method Description
Node ( ulong obj, Microsoft.Diagnostics.Runtime.ClrType type, Node prev = null ) : System

Method Details

Node() public method

public Node ( ulong obj, Microsoft.Diagnostics.Runtime.ClrType type, Node prev = null ) : System
obj ulong
type Microsoft.Diagnostics.Runtime.ClrType
prev Node
return System

Property Details

Children public_oe property

public ulong[] Children
return ulong[]

Curr public_oe property

public int Curr
return int

Next public_oe property

public Node Next
return Node

Object public_oe property

public ulong Object
return ulong

Offset public_oe property

public int Offset
return int

Offsets public_oe property

public int[] Offsets
return int[]

Prev public_oe property

public Node Prev
return Node

Type public_oe property

public ClrType,Microsoft.Diagnostics.Runtime Type
return Microsoft.Diagnostics.Runtime.ClrType