Method | 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 |
Method | Description | |
---|---|---|
AssertNotNull ( System.Reflection.Assembly assembly ) : void |
public Add ( System.Reflection.Assembly assembly ) : void | ||
assembly | System.Reflection.Assembly | |
return | void |
public Contains ( System.Reflection.Assembly assembly ) : bool | ||
assembly | System.Reflection.Assembly | |
return | bool |
public Extend ( IEnumerable assemblies ) : void | ||
assemblies | IEnumerable | |
return | void |
public Find ( string simpleName ) : System.Reflection.Assembly | ||
simpleName | string | |
return | System.Reflection.Assembly |