C# Class Microsoft.JScript.JSField

Inheritance: System.Reflection.FieldInfo
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetCustomAttributes ( Type t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
IsDefined ( Type type, bool inherit ) : bool

Private Methods

Method Description
GetClassFullName ( ) : String
GetMetaData ( ) : Object
GetPackage ( ) : PackageScope

Method Details

GetCustomAttributes() public method

public GetCustomAttributes ( Type t, bool inherit ) : Object[]
t System.Type
inherit bool
return Object[]

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
return Object[]

IsDefined() public method

public IsDefined ( Type type, bool inherit ) : bool
type System.Type
inherit bool
return bool