C# Class ICSharpCode.Core.Runtime

Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
CreateInstance ( string instance ) : object
Runtime ( string assembly, string hintPath ) : System

Private Methods

Méthode Description
Read ( AddIn addIn, XmlReader reader, string hintPath, Stack conditionStack ) : Runtime
ReadSection ( XmlReader reader, AddIn addIn, string hintPath ) : void

Method Details

CreateInstance() public méthode

public CreateInstance ( string instance ) : object
instance string
Résultat object

Runtime() public méthode

public Runtime ( string assembly, string hintPath ) : System
assembly string
hintPath string
Résultat System