FullTrustAssembly(String, String, String) 构造函数

定义

初始化 FullTrustAssembly 类的新实例。Initializes a new instance of the FullTrustAssembly class.

public:
 FullTrustAssembly(System::String ^ assemblyName, System::String ^ version, System::String ^ publicKey);
public FullTrustAssembly (string assemblyName, string version, string publicKey);
new System.Web.Configuration.FullTrustAssembly : string * string * string -> System.Web.Configuration.FullTrustAssembly
Public Sub New (assemblyName As String, version As String, publicKey As String)

参数

assemblyName
String

程序集名称。The assembly name.

version
String

程序集版本号。The assembly version number.

publicKey
String

与程序集关联的公钥的十六进制字符串表示形式。The hexadecimal string representation of the public key that is associated with the assembly.

适用于