C# 클래스 XPathVisualizer.BasicHelp

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: zippy1981/XPathVisualizer

공개 메소드들

메소드 설명
BasicHelp ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

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

메소드 상세

BasicHelp() 공개 메소드

public BasicHelp ( ) : System
리턴 System

Dispose() 보호된 메소드

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