C# Class NuGet.Runtime.RemoteAssembly

IAssembly implementation that is used for marshalling information across app domains.
Inheritance: System.MarshalByRefObject, IAssembly
显示文件 Open project: monoman/NugetCracker Class Usage Examples

Public Methods

Method Description
Load ( string path ) : void

Private Methods

Method Description
CopyAssemblyProperties ( AssemblyName assemblyName, RemoteAssembly assembly ) : RemoteAssembly
LoadAssembly ( string path, AppDomain domain ) : IAssembly

Method Details

Load() public method

public Load ( string path ) : void
path string
return void