Method | Description | |
---|---|---|
AddArrays ( |
||
CheckArrayUnpack ( |
||
CheckNumericPromotion ( IConvertible convertible ) : IConvertible | ||
CheckNumericPromotion ( object value ) : IConvertible | ||
Coerce ( object value, |
||
EqualityOperator ( object lhs, object rhs ) : bool | ||
GetEnumerable ( object enumerable ) : IEnumerable | ||
GetMultiDimensionalRange1 ( |
||
GetProperty ( object target, string name ) : object | ||
GetRange1 ( |
||
GetRange2 ( |
||
GetSlice ( object target, string name, object args ) : object | ||
Invoke ( object target, string name, object args ) : object | ||
InvokeBinaryOperator ( string operatorName, object lhs, object rhs ) : object | ||
InvokeCallable ( object target, object args ) : object | ||
InvokeUnaryOperator ( string operatorName, object operand ) : object | ||
Len ( object obj ) : int | ||
Mid ( string s, int begin, int end ) : string | ||
MoveNext ( IEnumerator enumerator ) : object | ||
NormalizeArrayIndex ( |
||
NormalizeIndex ( int len, int index ) : int | ||
NormalizeStringIndex ( string s, int index ) : int | ||
PropagateValueTypeChanges ( ValueTypeChange changes ) : void | ||
RegisterExtensions ( |
||
SetMultiDimensionalRange1 ( |
||
SetProperty ( object target, string name, object value ) : object | ||
SetSlice ( object target, string name, object args ) : object | ||
ToBool ( decimal value ) : bool | ||
ToBool ( double value ) : bool | ||
ToBool ( float value ) : bool | ||
ToBool ( object value ) : bool | ||
UnRegisterExtensions ( |
||
UnboxBoolean ( object value ) : System.Boolean | ||
UnboxByte ( object value ) : Byte | ||
UnboxChar ( object value ) : char | ||
UnboxDecimal ( object value ) : Decimal | ||
UnboxDouble ( object value ) : Double | ||
UnboxInt16 ( object value ) : |
||
UnboxInt32 ( object value ) : |
||
UnboxInt64 ( object value ) : System.Int64 | ||
UnboxSByte ( object value ) : SByte | ||
UnboxSingle ( object value ) : System.Single | ||
UnboxUInt16 ( object value ) : |
||
UnboxUInt32 ( object value ) : |
||
UnboxUInt64 ( object value ) : System.UInt64 | ||
WithExtensions ( |
||
op_Addition ( object lhs, string rhs ) : string | ||
op_Addition ( string lhs, object rhs ) : string | ||
op_Addition ( string lhs, string rhs ) : string | ||
op_Equality ( |
||
op_Match ( string input, System pattern ) : bool | ||
op_Match ( string input, string pattern ) : bool | ||
op_Member ( char lhs, string rhs ) : bool | ||
op_Member ( object lhs, IDictionary rhs ) : bool | ||
op_Member ( object lhs, IEnumerable rhs ) : bool | ||
op_Member ( object lhs, IList rhs ) : bool | ||
op_Member ( string lhs, string rhs ) : bool | ||
op_Modulus ( string lhs, IEnumerable rhs ) : string | ||
op_Modulus ( string lhs, object rhs ) : string | ||
op_Multiply ( |
||
op_Multiply ( int count, |
||
op_Multiply ( int count, string rhs ) : string | ||
op_Multiply ( string lhs, int count ) : string | ||
op_NotMatch ( string input, System pattern ) : bool | ||
op_NotMatch ( string input, string pattern ) : bool | ||
op_NotMember ( object lhs, IDictionary rhs ) : bool | ||
op_NotMember ( object lhs, IEnumerable rhs ) : bool | ||
op_NotMember ( object lhs, IList rhs ) : bool | ||
op_NotMember ( string lhs, string rhs ) : bool |
Method | Description | |
---|---|---|
ArrayEqualityImpl ( |
||
CoercibleDispatcher ( object o, object args ) : object | ||
CreateBoolConverter ( |
||
CreateCoerceDispatcher ( object value, |
||
CreateGetSliceDispatcher ( object target, string name, object args ) : Dispatcher | ||
CreateMethodDispatcher ( object target, string name, object args ) : Dispatcher | ||
CreatePropGetDispatcher ( object target, string name ) : Dispatcher | ||
CreatePropSetDispatcher ( object target, string name, object value ) : Dispatcher | ||
CreateSetSliceDispatcher ( object target, string name, object args ) : Dispatcher | ||
DoCreateMethodDispatcher ( object target, |
||
DoCreatePropGetDispatcher ( object target, |
||
DoCreatePropSetDispatcher ( object target, |
||
EmitImplicitConversionDispatcher ( |
||
EmitPromotionDispatcher ( |
||
EqualityOperator ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : bool | ||
Error ( string format ) : void | ||
FindImplicitConversionMethod ( IEnumerable |
||
FindImplicitConversionOperator ( |
||
FormatOperatorName ( string operatorName ) : string | ||
GetArraySlice ( object target, object args ) : object | ||
GetConvertTypeCode ( TypeCode lhsTypeCode, TypeCode rhsTypeCode ) : TypeCode | ||
GetDefaultMemberName ( |
||
GetDispatcher ( object target, object args, string cacheKeyName, |
||
GetDispatcher ( object target, string cacheKeyName, |
||
GetExtensionMethods ( ) : IEnumerable |
||
IdentityDispatcher ( object o, object args ) : object | ||
InvokeRuntimeServicesOperator ( string operatorName, object args ) : object | ||
IsNumeric ( TypeCode code ) : bool | ||
IsPromotableNumeric ( |
||
IsPromotableNumeric ( TypeCode code ) : bool | ||
MissingOperatorMessageFor ( string operatorName, |
||
SetArraySlice ( object target, object args ) : object | ||
ToBoolTrue ( object value, object arguments ) : object | ||
UnboxBooleanDispatcher ( object value, object arguments ) : object | ||
op_Addition ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : object | ||
op_BitwiseAnd ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : object | ||
op_BitwiseOr ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : object | ||
op_Division ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : object | ||
op_ExclusiveOr ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : object | ||
op_Exponentiation ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : double | ||
op_GreaterThan ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : bool | ||
op_GreaterThanOrEqual ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : bool | ||
op_LessThan ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : bool | ||
op_LessThanOrEqual ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : bool | ||
op_Modulus ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : object | ||
op_Multiply ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : object | ||
op_ShiftLeft ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : object | ||
op_ShiftRight ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : object | ||
op_Subtraction ( object lhs, TypeCode lhsTypeCode, object rhs, TypeCode rhsTypeCode ) : object | ||
op_UnaryNegation ( object operand, TypeCode operandTypeCode ) : object |
public static AddArrays ( |
||
resultingElementType | ||
lhs | ||
rhs | ||
return |
public static CheckArrayUnpack ( |
||
array | ||
expected | int | |
return | void |
public static CheckNumericPromotion ( IConvertible convertible ) : IConvertible | ||
convertible | IConvertible | |
return | IConvertible |
public static CheckNumericPromotion ( object value ) : IConvertible | ||
value | object | |
return | IConvertible |
public static Coerce ( object value, |
||
value | object | |
toType | ||
return | object |
public static EqualityOperator ( object lhs, object rhs ) : bool | ||
lhs | object | |
rhs | object | |
return | bool |
public static GetEnumerable ( object enumerable ) : IEnumerable | ||
enumerable | object | |
return | IEnumerable |
public static GetMultiDimensionalRange1 ( |
||
source | ||
ranges | int | |
compute_end | bool | |
collapse | bool | |
return |
public static GetProperty ( object target, string name ) : object | ||
target | object | |
name | string | |
return | object |
public static GetRange1 ( |
||
source | ||
begin | int | |
return |
public static GetRange2 ( |
||
source | ||
begin | int | |
end | int | |
return |
public static GetSlice ( object target, string name, object args ) : object | ||
target | object | |
name | string | |
args | object | |
return | object |
public static Invoke ( object target, string name, object args ) : object | ||
target | object | |
name | string | |
args | object | |
return | object |
public static InvokeBinaryOperator ( string operatorName, object lhs, object rhs ) : object | ||
operatorName | string | |
lhs | object | |
rhs | object | |
return | object |
public static InvokeCallable ( object target, object args ) : object | ||
target | object | |
args | object | |
return | object |
public static InvokeUnaryOperator ( string operatorName, object operand ) : object | ||
operatorName | string | |
operand | object | |
return | object |
public static Mid ( string s, int begin, int end ) : string | ||
s | string | |
begin | int | |
end | int | |
return | string |
public static MoveNext ( IEnumerator enumerator ) : object | ||
enumerator | IEnumerator | |
return | object |
public static NormalizeArrayIndex ( |
||
array | ||
index | int | |
return | int |
public static NormalizeIndex ( int len, int index ) : int | ||
len | int | |
index | int | |
return | int |
public static NormalizeStringIndex ( string s, int index ) : int | ||
s | string | |
index | int | |
return | int |
public static PropagateValueTypeChanges ( ValueTypeChange changes ) : void | ||
changes | ValueTypeChange | |
return | void |
public static RegisterExtensions ( |
||
extensions | ||
return | void |
public static SetMultiDimensionalRange1 ( |
||
source | ||
dest | ||
ranges | int | |
compute_end | bool | |
collapse | bool | |
return | void |
public static SetProperty ( object target, string name, object value ) : object | ||
target | object | |
name | string | |
value | object | |
return | object |
public static SetSlice ( object target, string name, object args ) : object | ||
target | object | |
name | string | |
args | object | |
return | object |
public static ToBool ( decimal value ) : bool | ||
value | decimal | |
return | bool |
public static UnRegisterExtensions ( |
||
extensions | ||
return | void |
public static UnboxBoolean ( object value ) : System.Boolean | ||
value | object | |
return | System.Boolean |
public static UnboxByte ( object value ) : Byte | ||
value | object | |
return | Byte |
public static UnboxChar ( object value ) : char | ||
value | object | |
return | char |
public static UnboxDecimal ( object value ) : Decimal | ||
value | object | |
return | Decimal |
public static UnboxDouble ( object value ) : Double | ||
value | object | |
return | Double |
public static UnboxInt16 ( object value ) : |
||
value | object | |
return |
public static UnboxInt32 ( object value ) : |
||
value | object | |
return |
public static UnboxInt64 ( object value ) : System.Int64 | ||
value | object | |
return | System.Int64 |
public static UnboxSByte ( object value ) : SByte | ||
value | object | |
return | SByte |
public static UnboxSingle ( object value ) : System.Single | ||
value | object | |
return | System.Single |
public static UnboxUInt16 ( object value ) : |
||
value | object | |
return |
public static UnboxUInt32 ( object value ) : |
||
value | object | |
return |
public static UnboxUInt64 ( object value ) : System.UInt64 | ||
value | object | |
return | System.UInt64 |
public static WithExtensions ( |
||
extensions | ||
block | CodeBlock | |
return | void |
public static op_Addition ( object lhs, string rhs ) : string | ||
lhs | object | |
rhs | string | |
return | string |
public static op_Addition ( string lhs, object rhs ) : string | ||
lhs | string | |
rhs | object | |
return | string |
public static op_Addition ( string lhs, string rhs ) : string | ||
lhs | string | |
rhs | string | |
return | string |
public static op_Equality ( |
||
lhs | ||
rhs | ||
return | bool |
public static op_Match ( string input, System pattern ) : bool | ||
input | string | |
pattern | System | |
return | bool |
public static op_Match ( string input, string pattern ) : bool | ||
input | string | |
pattern | string | |
return | bool |
public static op_Member ( char lhs, string rhs ) : bool | ||
lhs | char | |
rhs | string | |
return | bool |
public static op_Member ( object lhs, IDictionary rhs ) : bool | ||
lhs | object | |
rhs | IDictionary | |
return | bool |
public static op_Member ( object lhs, IEnumerable rhs ) : bool | ||
lhs | object | |
rhs | IEnumerable | |
return | bool |
public static op_Member ( object lhs, IList rhs ) : bool | ||
lhs | object | |
rhs | IList | |
return | bool |
public static op_Member ( string lhs, string rhs ) : bool | ||
lhs | string | |
rhs | string | |
return | bool |
public static op_Modulus ( string lhs, IEnumerable rhs ) : string | ||
lhs | string | |
rhs | IEnumerable | |
return | string |
public static op_Modulus ( string lhs, object rhs ) : string | ||
lhs | string | |
rhs | object | |
return | string |
public static op_Multiply ( |
||
lhs | ||
count | int | |
return |
public static op_Multiply ( int count, |
||
count | int | |
rhs | ||
return |
public static op_Multiply ( int count, string rhs ) : string | ||
count | int | |
rhs | string | |
return | string |
public static op_Multiply ( string lhs, int count ) : string | ||
lhs | string | |
count | int | |
return | string |
public static op_NotMatch ( string input, System pattern ) : bool | ||
input | string | |
pattern | System | |
return | bool |
public static op_NotMatch ( string input, string pattern ) : bool | ||
input | string | |
pattern | string | |
return | bool |
public static op_NotMember ( object lhs, IDictionary rhs ) : bool | ||
lhs | object | |
rhs | IDictionary | |
return | bool |
public static op_NotMember ( object lhs, IEnumerable rhs ) : bool | ||
lhs | object | |
rhs | IEnumerable | |
return | bool |
public static op_NotMember ( object lhs, IList rhs ) : bool | ||
lhs | object | |
rhs | IList | |
return | bool |
public static op_NotMember ( string lhs, string rhs ) : bool | ||
lhs | string | |
rhs | string | |
return | bool |