C# 클래스 HacmeBank_v2_Website.ascxThreadingIssue

Summary description for ascxThreadingIssue.
상속: System.Web.UI.Page
파일 보기 프로젝트 열기: o2platform/Demos_Files

공개 메소드들

메소드 설명
ascxThreadingIssue ( ) : System
closeOpenHacmeBankHandles ( ) : void
preloadAllAscxControls ( ) : void
returnArrayListWithCurrentHandles_usingBruteForceMethod ( int numberOfHandlesToTry ) : ArrayList

비공개 메소드들

메소드 설명
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

메소드 상세

ascxThreadingIssue() 공개 메소드

public ascxThreadingIssue ( ) : System
리턴 System

closeOpenHacmeBankHandles() 공개 정적인 메소드

public static closeOpenHacmeBankHandles ( ) : void
리턴 void

preloadAllAscxControls() 공개 정적인 메소드

public static preloadAllAscxControls ( ) : void
리턴 void

returnArrayListWithCurrentHandles_usingBruteForceMethod() 공개 정적인 메소드

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