C# Class Microsoft.JScript.JSField

Inheritance: System.Reflection.FieldInfo
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetCustomAttributes ( Type t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
IsDefined ( Type type, bool inherit ) : bool

Private Methods

Méthode Description
GetClassFullName ( ) : String
GetMetaData ( ) : Object
GetPackage ( ) : PackageScope

Method Details

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type t, bool inherit ) : Object[]
t System.Type
inherit bool
Résultat Object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
Résultat Object[]

IsDefined() public méthode

public IsDefined ( Type type, bool inherit ) : bool
type System.Type
inherit bool
Résultat bool