C# Class NetIde.Help.HelpManager

Inheritance: IDisposable
Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
HelpManager ( ) : System
Load ( string url ) : Stream

Méthodes protégées

Méthode Description
OnResolve ( HelpResolveEventArgs e ) : void

Private Methods

Méthode Description
Load ( HelpRegistration registration, string path ) : Stream

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HelpManager() public méthode

public HelpManager ( ) : System
Résultat System

Load() public méthode

public Load ( string url ) : Stream
url string
Résultat Stream

OnResolve() protected méthode

protected OnResolve ( HelpResolveEventArgs e ) : void
e HelpResolveEventArgs
Résultat void