C# Class HacmeBank_v2_Website.ascxThreadingIssue

Summary description for ascxThreadingIssue.
Inheritance: System.Web.UI.Page
Afficher le fichier Open project: o2platform/Demos_Files

Méthodes publiques

Méthode Description
ascxThreadingIssue ( ) : System
closeOpenHacmeBankHandles ( ) : void
preloadAllAscxControls ( ) : void
returnArrayListWithCurrentHandles_usingBruteForceMethod ( int numberOfHandlesToTry ) : ArrayList

Private Methods

Méthode Description
CloseHandle ( IntPtr handle ) : bool
NtQueryObject ( int ObjectHandle, OBJECT_INFORMATION_CLASS ObjectInformationClass, IntPtr ObjectInformation, ulong Length, ulong &ResultLength ) : uint
NtQuerySystemInformation ( uint SystemInformationClass, IntPtr SystemInformation, long SystemInformationLength, uint ReturnLength ) : uint
preloadUsingMethod_I ( string pathToDirWithAscxControls ) : void
preloadUsingMethod_II ( string pathToDirWithAscxControls ) : void

Method Details

ascxThreadingIssue() public méthode

public ascxThreadingIssue ( ) : System
Résultat System

closeOpenHacmeBankHandles() public static méthode

public static closeOpenHacmeBankHandles ( ) : void
Résultat void

preloadAllAscxControls() public static méthode

public static preloadAllAscxControls ( ) : void
Résultat void

returnArrayListWithCurrentHandles_usingBruteForceMethod() public static méthode

public static returnArrayListWithCurrentHandles_usingBruteForceMethod ( int numberOfHandlesToTry ) : ArrayList
numberOfHandlesToTry int
Résultat System.Collections.ArrayList