Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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 ConvertName ( string name ) : string | ||
name | string | The name. |
return | string |
public ConvertType ( String type, |
||
type | String | The type. |
logger | ||
return | 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 | ||
return | String |
protected GetRealType ( String type, bool is64Bits ) : String | ||
type | String | The type. |
is64Bits | bool | if set to |
return | String |
protected IsMixedType ( String type ) : bool | ||
type | String | The type. |
return | bool |
public SetClasses ( IEnumerable |
||
values | IEnumerable |
|
return | void |
public SetMappings ( String file ) : void | ||
file | String | The file. |
return | void |
public SetMixedTypes ( String>.IDictionary |
||
values | String>.IDictionary | |
return | void |