C# Class HacmeBank_v2_Website.ascxThreadingIssue

Summary description for ascxThreadingIssue.
Inheritance: System.Web.UI.Page
Exibir arquivo Open project: o2platform/Demos_Files

Public Methods

Method Description
ascxThreadingIssue ( ) : System
closeOpenHacmeBankHandles ( ) : void
preloadAllAscxControls ( ) : void
returnArrayListWithCurrentHandles_usingBruteForceMethod ( int numberOfHandlesToTry ) : ArrayList

Private Methods

Method 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 method

public ascxThreadingIssue ( ) : System
return System

closeOpenHacmeBankHandles() public static method

public static closeOpenHacmeBankHandles ( ) : void
return void

preloadAllAscxControls() public static method

public static preloadAllAscxControls ( ) : void
return void

returnArrayListWithCurrentHandles_usingBruteForceMethod() public static method

public static returnArrayListWithCurrentHandles_usingBruteForceMethod ( int numberOfHandlesToTry ) : ArrayList
numberOfHandlesToTry int
return System.Collections.ArrayList