C# Class HacmeBank_v2_Website.aspx.ThreatIssue

Afficher le fichier Open project: o2platform/Demos_Files

Protected Properties

Свойство Type Description
Form1 global::System.Web.UI.HtmlControls.HtmlForm

Méthodes publiques

Méthode Description
returnArrayListWithCurrentHandles_usingBruteForceMethod ( int numberOfHandlesToTry ) : ArrayList

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void

Private Methods

Méthode Description
CloseHandle ( IntPtr handle ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NtQueryObject ( int ObjectHandle, OBJECT_INFORMATION_CLASS ObjectInformationClass, IntPtr ObjectInformation, ulong Length, ulong &ResultLength ) : uint
NtQuerySystemInformation ( uint SystemInformationClass, IntPtr SystemInformation, long SystemInformationLength, uint ReturnLength ) : uint

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, System e ) : void
sender object
e System
Résultat void

returnArrayListWithCurrentHandles_usingBruteForceMethod() public static méthode

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

Property Details

Form1 protected_oe property

Form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm Form1
Résultat global::System.Web.UI.HtmlControls.HtmlForm