Share via


NamespaceMapEntry.AssemblyName 속성

정의

CLR 네임스페이스의 형식이 들어 있는 어셈블리 이름을 가져오거나 설정합니다.

public:
 property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
public string AssemblyName { get; set; }
member this.AssemblyName : string with get, set
Public Property AssemblyName As String

속성 값

어셈블리 이름입니다.

예외

AssemblyName 값이 null로 설정된 경우

설명

에 "단순 이름" 양식을 AssemblyName사용합니다. 특히 전체 경로를 지정하지 말고 파일 확장자를 포함하지 마세요. 이는 에서 보고 AssemblyName.Name할 수 있는 양식과 유사합니다.

적용 대상

추가 정보