Method | Description | |
---|---|---|
BasicHelp ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AssemblyAttribs ( |
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 ( |
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, |
things to do when form is loaded
|
|
BasicHelp_Paint ( object sender, |
||
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |