C# Class Nodify.Runtime.Expose

Inheritance: System.Attribute
显示文件 Open project: anneomcl/LetsMake Class Usage Examples

Public Properties

Property Type Description
exposedName string
exposedType ExposedType
fieldInfo System.Reflection.FieldInfo
iconPath string
isDefault bool
methodInfo System.Reflection.MethodInfo
propertyInfo System.Reflection.PropertyInfo

Public Methods

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

Method Details

Expose() public method

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

Property Details

exposedName public_oe property

public string exposedName
return string

exposedType public_oe property

public ExposedType exposedType
return ExposedType

fieldInfo public_oe property

public FieldInfo,System.Reflection fieldInfo
return System.Reflection.FieldInfo

iconPath public_oe property

public string iconPath
return string

isDefault public_oe property

public bool isDefault
return bool

methodInfo public_oe property

public MethodInfo,System.Reflection methodInfo
return System.Reflection.MethodInfo

propertyInfo public_oe property

public PropertyInfo,System.Reflection propertyInfo
return System.Reflection.PropertyInfo