AssemblyTitleAttribute(String) 생성자

정의

AssemblyTitleAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 AssemblyTitleAttribute(System::String ^ title);
public AssemblyTitleAttribute(string title);
new System.Reflection.AssemblyTitleAttribute : string -> System.Reflection.AssemblyTitleAttribute
Public Sub New (title As String)

매개 변수

title
String

어셈블리 제목입니다.

설명

Windows Vista 매개 변수에 지정된 문자열이 어셈블리에 대한 Windows 파일 속성> 대화 상자의 details 탭에 나타납니다. 속성 이름은 파일 설명입니다. Windows XP 이 문자열은 Windows 파일 속성 대화 상자의 버전 탭에 나타납니다.

적용 대상

추가 정보