Method | Description | |
---|---|---|
CanLoadModuleType ( |
Evaluates the ModuleInfo.Ref property to see if the current typeloader will be able to retrieve the moduleInfo. Returns true if the ModuleInfo.Ref property starts with "file://", because this indicates that the file is a local file.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Calls Dispose(bool) |
|
FileModuleTypeLoader ( IAssemblyResolver assemblyResolver ) : System |
Initializes a new instance of the FileModuleTypeLoader class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the associated AssemblyResolver.
|
Method | Description | |
---|---|---|
FileModuleTypeLoader ( ) : System | ||
IsSuccessfullyDownloaded ( |
||
LoadModuleType ( |
||
RaiseLoadModuleCompleted ( |
||
RaiseLoadModuleCompleted ( |
||
RaiseModuleDownloadProgressChanged ( |
||
RaiseModuleDownloadProgressChanged ( |
||
RecordDownloadSuccess ( |
public CanLoadModuleType ( |
||
moduleInfo | Module that should have it's type loaded. | |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | When |
return | void |
public FileModuleTypeLoader ( IAssemblyResolver assemblyResolver ) : System | ||
assemblyResolver | IAssemblyResolver | The assembly resolver. |
return | System |