C# Class Nodify.Runtime.Expose

Inheritance: System.Attribute
Afficher le fichier Open project: anneomcl/LetsMake Class Usage Examples

Méthodes publiques

Свойство Type Description
exposedName string
exposedType ExposedType
fieldInfo System.Reflection.FieldInfo
iconPath string
isDefault bool
methodInfo System.Reflection.MethodInfo
propertyInfo System.Reflection.PropertyInfo

Méthodes publiques

Méthode Description
Expose ( bool isDefault = false, string resourceIconPath = null ) : System.Collections

Method Details

Expose() public méthode

public Expose ( bool isDefault = false, string resourceIconPath = null ) : System.Collections
isDefault bool
resourceIconPath string
Résultat System.Collections

Property Details

exposedName public_oe property

public string exposedName
Résultat string

exposedType public_oe property

public ExposedType exposedType
Résultat ExposedType

fieldInfo public_oe property

public FieldInfo,System.Reflection fieldInfo
Résultat System.Reflection.FieldInfo

iconPath public_oe property

public string iconPath
Résultat string

isDefault public_oe property

public bool isDefault
Résultat bool

methodInfo public_oe property

public MethodInfo,System.Reflection methodInfo
Résultat System.Reflection.MethodInfo

propertyInfo public_oe property

public PropertyInfo,System.Reflection propertyInfo
Résultat System.Reflection.PropertyInfo