TypeInfo.GetConstructors 메서드

정의

오버로드

GetConstructors()
GetConstructors(BindingFlags)

GetConstructors()

public:
 cli::array <System::Reflection::ConstructorInfo ^> ^ GetConstructors();
public System.Reflection.ConstructorInfo[] GetConstructors ();
member this.GetConstructors : unit -> System.Reflection.ConstructorInfo[]
Public Function GetConstructors () As ConstructorInfo()

반환

ConstructorInfo[]

적용 대상

GetConstructors(BindingFlags)

public:
 virtual cli::array <System::Reflection::ConstructorInfo ^> ^ GetConstructors(System::Reflection::BindingFlags bindingAttr);
public virtual System.Reflection.ConstructorInfo[] GetConstructors (System.Reflection.BindingFlags bindingAttr);
abstract member GetConstructors : System.Reflection.BindingFlags -> System.Reflection.ConstructorInfo[]
override this.GetConstructors : System.Reflection.BindingFlags -> System.Reflection.ConstructorInfo[]
Public Overridable Function GetConstructors (bindingAttr As BindingFlags) As ConstructorInfo()

매개 변수

bindingAttr
BindingFlags

반환

ConstructorInfo[]

적용 대상