C# 클래스 Boo.Lang.Compiler.AssemblyCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
Add ( System.Reflection.Assembly assembly ) : void
AssemblyCollection ( ) : System
Contains ( System.Reflection.Assembly assembly ) : bool
Extend ( IEnumerable assemblies ) : void
Find ( string simpleName ) : System.Reflection.Assembly

비공개 메소드들

메소드 설명
AssertNotNull ( System.Reflection.Assembly assembly ) : void

메소드 상세

Add() 공개 메소드

public Add ( System.Reflection.Assembly assembly ) : void
assembly System.Reflection.Assembly
리턴 void

AssemblyCollection() 공개 메소드

public AssemblyCollection ( ) : System
리턴 System

Contains() 공개 메소드

public Contains ( System.Reflection.Assembly assembly ) : bool
assembly System.Reflection.Assembly
리턴 bool

Extend() 공개 메소드

public Extend ( IEnumerable assemblies ) : void
assemblies IEnumerable
리턴 void

Find() 공개 메소드

public Find ( string simpleName ) : System.Reflection.Assembly
simpleName string
리턴 System.Reflection.Assembly