C# Class msos.ObjectSet

Datei anzeigen Open project: goldshtn/msos Class Usage Examples

Public Methods

Method Description
Add ( ulong value ) : void
Contains ( ulong value ) : bool
ObjectSet ( Microsoft.Diagnostics.Runtime.ClrHeap heap ) : System

Private Methods

Method Description
GetBitOffset ( int offset ) : int
GetBitOffset ( ulong offset ) : int
GetIndex ( ulong value ) : int

Method Details

Add() public method

public Add ( ulong value ) : void
value ulong
return void

Contains() public method

public Contains ( ulong value ) : bool
value ulong
return bool

ObjectSet() public method

public ObjectSet ( Microsoft.Diagnostics.Runtime.ClrHeap heap ) : System
heap Microsoft.Diagnostics.Runtime.ClrHeap
return System