C# Class Microsoft.JScript.TypedArray

Inheritance: IReflect
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Object obj ) : bool
GetField ( String name, BindingFlags bindingAttr ) : FieldInfo
GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[]
GetHashCode ( ) : int
GetMember ( String name, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
GetMethod ( String name, BindingFlags bindingAttr ) : MethodInfo
GetMethod ( String name, BindingFlags bindingAttr, Binder binder, Type types, ParameterModifier modifiers ) : MethodInfo
GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[]
GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
GetProperty ( String name, BindingFlags bindingAttr ) : PropertyInfo
GetProperty ( String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type types, ParameterModifier modifiers ) : PropertyInfo
InvokeMember ( String name, BindingFlags flags, Binder binder, Object target, Object args, ParameterModifier modifiers, CultureInfo locale, String namedParameters ) : Object
ToString ( ) : String
TypedArray ( IReflect elementType, int rank ) : System

Private Methods

Méthode Description
ToRankString ( int rank ) : String
ToType ( ) : Type

Method Details

Equals() public méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

GetField() public méthode

public GetField ( String name, BindingFlags bindingAttr ) : FieldInfo
name String
bindingAttr BindingFlags
Résultat System.Reflection.FieldInfo

GetFields() public méthode

public GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.FieldInfo[]

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetMember() public méthode

public GetMember ( String name, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
name String
bindingAttr BindingFlags
Résultat System.Reflection.MemberInfo[]

GetMembers() public méthode

public GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.MemberInfo[]

GetMethod() public méthode

public GetMethod ( String name, BindingFlags bindingAttr ) : MethodInfo
name String
bindingAttr BindingFlags
Résultat System.Reflection.MethodInfo

GetMethod() public méthode

public GetMethod ( String name, BindingFlags bindingAttr, Binder binder, Type types, ParameterModifier modifiers ) : MethodInfo
name String
bindingAttr BindingFlags
binder Binder
types System.Type
modifiers System.Reflection.ParameterModifier
Résultat System.Reflection.MethodInfo

GetMethods() public méthode

public GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.MethodInfo[]

GetProperties() public méthode

public GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.PropertyInfo[]

GetProperty() public méthode

public GetProperty ( String name, BindingFlags bindingAttr ) : PropertyInfo
name String
bindingAttr BindingFlags
Résultat System.Reflection.PropertyInfo

GetProperty() public méthode

public GetProperty ( String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type types, ParameterModifier modifiers ) : PropertyInfo
name String
bindingAttr BindingFlags
binder Binder
returnType System.Type
types System.Type
modifiers System.Reflection.ParameterModifier
Résultat System.Reflection.PropertyInfo

InvokeMember() public méthode

public InvokeMember ( String name, BindingFlags flags, Binder binder, Object target, Object args, ParameterModifier modifiers, CultureInfo locale, String namedParameters ) : Object
name String
flags BindingFlags
binder Binder
target Object
args Object
modifiers System.Reflection.ParameterModifier
locale System.Globalization.CultureInfo
namedParameters String
Résultat Object

ToString() public méthode

public ToString ( ) : String
Résultat String

TypedArray() public méthode

public TypedArray ( IReflect elementType, int rank ) : System
elementType IReflect
rank int
Résultat System