Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
NuGet
Runtime
RemoteAssembly
C# Class NuGet.Runtime.RemoteAssembly
IAssembly implementation that is used for marshalling information across app domains.
Inheritance:
System.MarshalByRefObject
,
IAssembly
Mostrar archivo
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