C# Class Nodify.Runtime.Expose

Inheritance: System.Attribute
Show file 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 property

public string exposedName
return string

exposedType public property

public ExposedType exposedType
return ExposedType

fieldInfo public property

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

iconPath public property

public string iconPath
return string

isDefault public property

public bool isDefault
return bool

methodInfo public property

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

propertyInfo public property

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