메소드 | 설명 | |
---|---|---|
ConvertName ( string name ) : string |
Converts the name.
|
|
ConvertType ( String type, |
Converts the type.
|
|
ConvertType ( String type, bool &isOut, bool &isByRef, bool &isBlock, |
Converts the type.
|
|
HasClass ( string value ) : bool |
Determines whether the specified instance contains this class.
|
|
SetClasses ( IEnumerable |
Sets the classes.
|
|
SetMappings ( String file ) : void |
Sets the mappings.
|
|
SetMixedTypes ( String>.IDictionary |
Sets the mixed types.
|
메소드 | 설명 | |
---|---|---|
GetRealType ( String type, bool is64Bits ) : String |
Gets the real type of the given type.
|
|
IsMixedType ( String type ) : bool |
Determines whether the specified type is a mixed type.
|
public ConvertType ( String type, |
||
type | String | The type. |
logger | ||
리턴 | String |
public ConvertType ( String type, bool &isOut, bool &isByRef, bool &isBlock, |
||
type | String | The type. |
isOut | bool | if set to |
isByRef | bool | if set to |
isBlock | bool | if set to |
logger | ||
리턴 | String |
protected GetRealType ( String type, bool is64Bits ) : String | ||
type | String | The type. |
is64Bits | bool | if set to |
리턴 | String |
public SetMixedTypes ( String>.IDictionary |
||
values | String>.IDictionary | |
리턴 | void |