AssemblyMetadataAttribute(String, String) 생성자

정의

지정된 메타데이터 키 및 값을 사용하여 AssemblyMetadataAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 AssemblyMetadataAttribute(System::String ^ key, System::String ^ value);
public AssemblyMetadataAttribute (string key, string value);
public AssemblyMetadataAttribute (string key, string? value);
new System.Reflection.AssemblyMetadataAttribute : string * string -> System.Reflection.AssemblyMetadataAttribute
Public Sub New (key As String, value As String)

매개 변수

key
String

메타데이터 키입니다.

value
String

메타데이터 값입니다.

적용 대상