C# Class XPathVisualizer.BasicHelp

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: zippy1981/XPathVisualizer

Public Methods

Method Description
BasicHelp ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AssemblyAttribs ( Assembly a ) : String>.Dictionary

returns string name / string value pair of all attribs for specified assembly

note that Assembly* values are pulled from AssemblyInfo file in project folder Trademark = AssemblyTrademark string Debuggable = true GUID = 7FDF68D5-8C6F-44C9-B391-117B5AFB5467 CLSCompliant = true Product = AssemblyProduct string Copyright = AssemblyCopyright string Company = AssemblyCompany string Description = AssemblyDescription string Title = AssemblyTitle string

AssemblyBuildDate ( Assembly a, bool ForceFileDate ) : System.DateTime

returns DateTime this Assembly was last built. Will attempt to calculate from build number, if possible. If not, the actual LastWriteTime on the assembly file will be returned.

BasicHelp_Load ( object sender, EventArgs e ) : void

things to do when form is loaded

BasicHelp_Paint ( object sender, EventArgs e ) : void
EntryAssemblyAttrib ( string strName ) : string

retrieves a cached value from the entry assembly attribute lookup collection

InitializeComponent ( ) : void

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

ReadAllBytes ( Stream source ) : byte[]

Reads the contents of the stream into a byte array. data is returned as a byte array. An IOException is thrown if any of the underlying IO calls fail.

ReplaceTokens ( string s ) : string

perform assemblyinfo to string replacements on labels

rtbHelp_LinkClicked ( object sender, System.Windows.Forms.LinkClickedEventArgs e ) : void

Method Details

BasicHelp() public method

public BasicHelp ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void