C# 클래스 Nodify.Runtime.Expose

상속: System.Attribute
파일 보기 프로젝트 열기: anneomcl/LetsMake 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
exposedName string
exposedType ExposedType
fieldInfo System.Reflection.FieldInfo
iconPath string
isDefault bool
methodInfo System.Reflection.MethodInfo
propertyInfo System.Reflection.PropertyInfo

공개 메소드들

메소드 설명
Expose ( bool isDefault = false, string resourceIconPath = null ) : System.Collections

메소드 상세

Expose() 공개 메소드

public Expose ( bool isDefault = false, string resourceIconPath = null ) : System.Collections
isDefault bool
resourceIconPath string
리턴 System.Collections

프로퍼티 상세

exposedName 공개적으로 프로퍼티

public string exposedName
리턴 string

exposedType 공개적으로 프로퍼티

public ExposedType exposedType
리턴 ExposedType

fieldInfo 공개적으로 프로퍼티

public FieldInfo,System.Reflection fieldInfo
리턴 System.Reflection.FieldInfo

iconPath 공개적으로 프로퍼티

public string iconPath
리턴 string

isDefault 공개적으로 프로퍼티

public bool isDefault
리턴 bool

methodInfo 공개적으로 프로퍼티

public MethodInfo,System.Reflection methodInfo
리턴 System.Reflection.MethodInfo

propertyInfo 공개적으로 프로퍼티

public PropertyInfo,System.Reflection propertyInfo
리턴 System.Reflection.PropertyInfo