Method | Description | |
---|---|---|
AddAllTypes ( ObjectModel model, HashSet |
||
FindType ( string typeName ) : |
||
GetFieldStatement ( string typeName, |
||
GetJavaName ( |
||
GetMethodSignature ( Method method ) : string | ||
GetMethodStatement ( Method method ) : string | ||
GetParameterStatement ( |
||
GetSignature ( |
Method | Description | |
---|---|---|
BeginNamespace ( |
||
BeginType ( |
||
EmitField ( Field field ) : void | ||
EmitMethod ( Method method ) : void | ||
EndType ( |
||
GetFilePath ( |
||
GetOverloadedDelegateTypes ( Method method ) : List |
||
GetOverloadedType ( |
||
Prepare ( ObjectModel model ) : void |
Method | Description | |
---|---|---|
AddAllInterfaces ( |
||
EscapeName ( string name ) : string | ||
EscapeName ( string name, bool doExactMatchOnTypes ) : string | ||
FixCasing ( Method method ) : string | ||
GenerateInterfaceStubs ( |
||
NetProxyGenerator ( ) : System |
public AddAllTypes ( ObjectModel model, HashSet |
||
model | ObjectModel | |
hash | HashSet |
|
type | ||
return | void |
protected BeginNamespace ( |
||
type | ||
return | void |
protected EmitMethod ( Method method ) : void | ||
method | Method | |
return | void |
public FindType ( string typeName ) : |
||
typeName | string | |
return |
public static GetFieldStatement ( string typeName, |
||
typeName | string | |
type | ||
return | string |
protected GetFilePath ( |
||
type | ||
return | string |
public static GetJavaName ( |
||
type | ||
return | string |
public static GetMethodSignature ( Method method ) : string | ||
method | Method | |
return | string |
public static GetMethodStatement ( Method method ) : string | ||
method | Method | |
return | string |
protected GetOverloadedDelegateTypes ( Method method ) : List |
||
method | Method | |
return | List |
protected GetOverloadedType ( |
||
type | ||
return | string |
public GetParameterStatement ( |
||
parameterType | ||
parameter | string | |
return | string |
public static GetSignature ( |
||
type | ||
typeName | string | |
return | string |
protected Prepare ( ObjectModel model ) : void | ||
model | ObjectModel | |
return | void |