메소드 | 설명 | |
---|---|---|
FromAssembly ( |
Creates a new AssemblyTarget from the target assembly.
|
|
FromDynamic ( string fullName ) : IAssemblyTarget |
Creates a new assembly target for the given dynamic assembly.
|
|
FromPath ( |
Creates a new assembly target for the given location. The only required parameter here is the codebase.
|
메소드 | 설명 | |
---|---|---|
AssemblyTarget ( ) : System |
Prevents a default instance of the AssemblyTarget class from being created.
|
public static FromAssembly ( |
||
assembly | /// The assembly to create the target for. /// | |
리턴 | IAssemblyTarget |
public static FromDynamic ( string fullName ) : IAssemblyTarget | ||
fullName | string | /// The full name of the assembly. /// |
리턴 | IAssemblyTarget |
public static FromPath ( |
||
codebase | /// The URI to the code base. /// | |
location | string | /// The location. Must be a valid path and an existing file if supplied--defaults to null. /// |
fullname | string | /// The full name of the assembly. Defaults to null. /// |
리턴 | IAssemblyTarget |