C# 클래스 SGDE.Content.Code.Library.Object.ConstructorObject

상속: Object
파일 보기 프로젝트 열기: sgdc/sgdc-old

공개 프로퍼티들

프로퍼티 타입 설명
conInfo System.Reflection.ConstructorInfo

공개 메소드들

메소드 설명
ConstructorObject ( ConstructorInfo info ) : System
toString ( ) : String

메소드 상세

ConstructorObject() 공개 메소드

public ConstructorObject ( ConstructorInfo info ) : System
info System.Reflection.ConstructorInfo
리턴 System

toString() 공개 메소드

public toString ( ) : String
리턴 String

프로퍼티 상세

conInfo 공개적으로 프로퍼티

public ConstructorInfo,System.Reflection conInfo
리턴 System.Reflection.ConstructorInfo