C# Class Microsoft.JScript.TypedArray

Inheritance: IReflect
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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

Method Description
ToRankString ( int rank ) : String
ToType ( ) : Type

Method Details

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetField() public method

public GetField ( String name, BindingFlags bindingAttr ) : FieldInfo
name String
bindingAttr BindingFlags
return System.Reflection.FieldInfo

GetFields() public method

public GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[]
bindingAttr BindingFlags
return System.Reflection.FieldInfo[]

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetMember() public method

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

GetMembers() public method

public GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
bindingAttr BindingFlags
return System.Reflection.MemberInfo[]

GetMethod() public method

public GetMethod ( String name, BindingFlags bindingAttr ) : MethodInfo
name String
bindingAttr BindingFlags
return System.Reflection.MethodInfo

GetMethod() public method

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
return System.Reflection.MethodInfo

GetMethods() public method

public GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[]
bindingAttr BindingFlags
return System.Reflection.MethodInfo[]

GetProperties() public method

public GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
bindingAttr BindingFlags
return System.Reflection.PropertyInfo[]

GetProperty() public method

public GetProperty ( String name, BindingFlags bindingAttr ) : PropertyInfo
name String
bindingAttr BindingFlags
return System.Reflection.PropertyInfo

GetProperty() public method

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
return System.Reflection.PropertyInfo

InvokeMember() public method

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
return Object

ToString() public method

public ToString ( ) : String
return String

TypedArray() public method

public TypedArray ( IReflect elementType, int rank ) : System
elementType IReflect
rank int
return System