ConstructorInfo.ConstructorName 필드

정의

클래스 생성자 메서드가 메타데이터에 저장되면 해당 메서드의 이름을 나타냅니다. 이 이름은 항상 ".ctor"입니다. 이 필드는 읽기 전용입니다.

public: static initonly System::String ^ ConstructorName;
public static readonly string ConstructorName;
[System.Runtime.InteropServices.ComVisible(true)]
public static readonly string ConstructorName;
 staticval mutable ConstructorName : string
[<System.Runtime.InteropServices.ComVisible(true)>]
 staticval mutable ConstructorName : string
Public Shared ReadOnly ConstructorName As String 

필드 값

String
특성

적용 대상