C# Class Microsoft.JScript.JSParameterInfo

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

Méthodes publiques

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

Private Methods

Méthode Description
JSParameterInfo ( ParameterInfo parameter ) : System

Method Details

GetCustomAttributes() public final méthode

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

GetCustomAttributes() public final méthode

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

IsDefined() public final méthode

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