C# Class msos.ObjectSet

Afficher le fichier Open project: goldshtn/msos Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetBitOffset ( int offset ) : int
GetBitOffset ( ulong offset ) : int
GetIndex ( ulong value ) : int

Method Details

Add() public méthode

public Add ( ulong value ) : void
value ulong
Résultat void

Contains() public méthode

public Contains ( ulong value ) : bool
value ulong
Résultat bool

ObjectSet() public méthode

public ObjectSet ( Microsoft.Diagnostics.Runtime.ClrHeap heap ) : System
heap Microsoft.Diagnostics.Runtime.ClrHeap
Résultat System