Method | Description | |
---|---|---|
GetAttributes ( ) : |
||
GetClassName ( ) : string | ||
GetComponentName ( ) : string | ||
GetConverter ( ) : |
||
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
GetDefaultProperty ( ) : |
||
GetEditor ( |
||
GetEvents ( ) : |
||
GetEvents ( |
||
GetMember ( string memberName ) : |
||
GetMemberNames ( ) : JsonObject>.KeyCollection.Dictionary |
||
GetMetaObject ( Expression exp ) : DynamicMetaObject | ||
GetProperties ( ) : |
||
GetProperties ( |
||
GetPropertyOwner ( |
||
IsAmbiguousAsDateTime ( ) : bool | ||
IsDictionary ( ) : bool | ||
ToString ( ) : string | ||
TryCastBool ( bool &bit ) : bool | ||
TryCastDateTime ( System.DateTime &dt ) : bool | ||
TryCastDateTimeOffset ( DateTimeOffset &dto ) : bool | ||
TryCastFloatingPoint ( double &floatingPoint ) : bool | ||
TryCastGuid ( System.Guid &g ) : bool | ||
TryCastInteger ( ulong &number, bool &negative ) : bool | ||
TryCastString ( string &str ) : bool | ||
TryCastTimeSpan ( System.TimeSpan &ts ) : bool | ||
TryConvertEnumerable ( IEnumerable &enumerable ) : bool |
Method | Description | |
---|---|---|
ForFastNumber ( bool neg, ulong a, ulong b, byte bLen, long c, Options options ) : |
||
ForNumber ( double num, Options options ) : |
||
ForString ( string str, Options options ) : |
||
GetDynamicMemberNames ( ) : IEnumerable |
||
InnerTryConvert ( |
||
NewArray ( |
||
NewObject ( |
||
NewObjectMember ( |
||
ParseFlagsEnum ( |
||
Pop ( ) : |
||
Put ( |
||
_InnerTryBinaryOperation ( ExpressionType operand, dynamic rightHand, |
||
_InnerTryGetIndex ( |
||
_InnerTryGetMember ( string name, |
||
_InnerTryInvokeMember ( string name, object args, object &result ) : bool | ||
_InnerTryUnaryOperation ( ExpressionType operand, |
public GetAttributes ( ) : |
||
return |
public GetConverter ( ) : |
||
return |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
return | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : |
||
return |
public GetEditor ( |
||
editorBaseType | ||
return | object |
public GetEvents ( ) : |
||
return |
public GetEvents ( |
||
attributes | ||
return |
public GetMember ( string memberName ) : |
||
memberName | string | |
return |
public GetMemberNames ( ) : JsonObject>.KeyCollection.Dictionary |
||
return | JsonObject>.KeyCollection.Dictionary |
public GetMetaObject ( Expression exp ) : DynamicMetaObject | ||
exp | Expression | |
return | DynamicMetaObject |
public GetProperties ( ) : |
||
return |
public GetProperties ( |
||
attributes | ||
return |
public GetPropertyOwner ( |
||
pd | ||
return | object |
public TryCastDateTime ( System.DateTime &dt ) : bool | ||
dt | System.DateTime | |
return | bool |
public TryCastDateTimeOffset ( DateTimeOffset &dto ) : bool | ||
dto | DateTimeOffset | |
return | bool |
public TryCastFloatingPoint ( double &floatingPoint ) : bool | ||
floatingPoint | double | |
return | bool |
public TryCastInteger ( ulong &number, bool &negative ) : bool | ||
number | ulong | |
negative | bool | |
return | bool |
public TryCastTimeSpan ( System.TimeSpan &ts ) : bool | ||
ts | System.TimeSpan | |
return | bool |
public TryConvertEnumerable ( IEnumerable &enumerable ) : bool | ||
enumerable | IEnumerable | |
return | bool |