IClrObjectFactory.CreateFromAssembly(String, String, String) 方法

定义

使用程序集的配置文件,通过 .NET 远程处理激活远程程序集。

public:
 System::Object ^ CreateFromAssembly(System::String ^ assembly, System::String ^ type, System::String ^ mode);
public object CreateFromAssembly (string assembly, string type, string mode);
abstract member CreateFromAssembly : string * string * string -> obj
Public Function CreateFromAssembly (assembly As String, type As String, mode As String) As Object

参数

assembly
String

要激活的程序集的名称。

type
String

要激活的类型的名称。

mode
String

未使用。

返回

表示此类型的 Object 实例,其区域性、参数、绑定和激活特性都设置为 null;如果没有找到 type 参数,则设置为 null

例外

调用链中的调用方无权访问非托管代码。

类没有注册。

适用于