C# Class SL2JS.SilverlightAssemblyTranslator

Inheritance: JSIL.AssemblyTranslator
Afficher le fichier Open project: robashton/SLJS Class Usage Examples

Méthodes publiques

Méthode Description
DumpResourcesFromAssemblyToDirectory ( string filename, string directory ) : void
GetEntrypointNameFromAssembly ( string filename ) : string

Méthodes protégées

Méthode Description
GetReaderParameters ( bool useSymbols, string mainAssemblyPath = null ) : ReaderParameters

Method Details

DumpResourcesFromAssemblyToDirectory() public méthode

public DumpResourcesFromAssemblyToDirectory ( string filename, string directory ) : void
filename string
directory string
Résultat void

GetEntrypointNameFromAssembly() public méthode

public GetEntrypointNameFromAssembly ( string filename ) : string
filename string
Résultat string

GetReaderParameters() protected méthode

protected GetReaderParameters ( bool useSymbols, string mainAssemblyPath = null ) : ReaderParameters
useSymbols bool
mainAssemblyPath string
Résultat ReaderParameters