C# Class Boo.Lang.Compiler.AssemblyCollection

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
Add ( System.Reflection.Assembly assembly ) : void
AssemblyCollection ( ) : System
Contains ( System.Reflection.Assembly assembly ) : bool
Extend ( IEnumerable assemblies ) : void
Find ( string simpleName ) : System.Reflection.Assembly

Private Methods

Méthode Description
AssertNotNull ( System.Reflection.Assembly assembly ) : void

Method Details

Add() public méthode

public Add ( System.Reflection.Assembly assembly ) : void
assembly System.Reflection.Assembly
Résultat void

AssemblyCollection() public méthode

public AssemblyCollection ( ) : System
Résultat System

Contains() public méthode

public Contains ( System.Reflection.Assembly assembly ) : bool
assembly System.Reflection.Assembly
Résultat bool

Extend() public méthode

public Extend ( IEnumerable assemblies ) : void
assemblies IEnumerable
Résultat void

Find() public méthode

public Find ( string simpleName ) : System.Reflection.Assembly
simpleName string
Résultat System.Reflection.Assembly