Property | Type | Description | |
---|---|---|---|
AddClassMembers | void | ||
CreateGetter | RuleGenerator | ||
CreateSetter | RuleGenerator | ||
GetValue | object | ||
RubyStruct | System | ||
RubyStruct | System | ||
SetValue | object |
Method | Description | |
---|---|---|
Create ( |
||
DefineStruct ( RubyClass owner, string className, string attributeNames ) : RubyClass | ||
Equals ( BinaryOpStorage eqlStorage, object obj ) : bool | ||
GetHashCode ( UnaryOpStorage hashStorage, ConversionStorage |
||
GetIndex ( string name ) : int | ||
GetItems ( ) : object>>.IEnumerable |
||
GetMembers ( RubyClass self ) : RubyArray | ||
GetMembers ( RubyStruct self ) : RubyArray | ||
GetNames ( ) : ReadOnlyCollection |
||
GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
RubyStruct ( SerializationInfo info, StreamingContext context ) : System | ||
SetValues ( object items ) : void | ||
StructReferenceEquals ( RubyStruct other ) : bool | ||
TryGetIndex ( string name, int &index ) : bool | ||
this ( int index ) : object | ||
this ( string name ) : object |
Method | Description | |
---|---|---|
CreateInstance ( ) : RubyObject |
Method | Description | |
---|---|---|
AddClassMembers ( |
||
CreateGetter ( int index ) : RuleGenerator | ||
CreateSetter ( int index ) : RuleGenerator | ||
GetValue ( RubyStruct self, int index ) : object | ||
RubyStruct ( RubyClass rubyClass, bool dummy ) : System | ||
RubyStruct ( RubyClass rubyClass, object data ) : System | ||
SetValue ( RubyStruct self, int index, object value ) : object |
public static Create ( |
||
rubyClass | ||
return |
public static DefineStruct ( RubyClass owner, string className, string attributeNames ) : RubyClass | ||
owner | RubyClass | |
className | string | |
attributeNames | string | |
return | RubyClass |
public Equals ( BinaryOpStorage eqlStorage, object obj ) : bool | ||
eqlStorage | BinaryOpStorage | |
obj | object | |
return | bool |
public GetHashCode ( UnaryOpStorage hashStorage, ConversionStorage |
||
hashStorage | UnaryOpStorage | |
fixnumCast | ConversionStorage |
|
return | int |
public static GetMembers ( RubyClass self ) : RubyArray | ||
self | RubyClass | |
return | RubyArray |
public static GetMembers ( RubyStruct self ) : RubyArray | ||
self | RubyStruct | |
return | RubyArray |
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | |
context | StreamingContext | |
return | void |
public RubyStruct ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public StructReferenceEquals ( RubyStruct other ) : bool | ||
other | RubyStruct | |
return | bool |
public TryGetIndex ( string name, int &index ) : bool | ||
name | string | |
index | int | |
return | bool |