Method | Description | |
---|---|---|
GetFormalParameterCode ( SlimDX.Generator.ParameterModel model ) : string |
Gets the code for declaring the specified model as a parameter to a managed method.
|
|
GetLocalVariableCleanupCode ( SlimDX.Generator.ParameterModel model ) : string |
Gets the code for cleanup of local variables related to the specified parameter.
|
|
GetLocalVariableSetupCode ( |
Gets the code for setup of local variables related to the specified parameter.
|
|
GetTrampolineParameterCode ( SlimDX.Generator.ParameterModel model ) : string |
Gets the code for passing the specified model as parameter to a trampoline method.
|
public GetFormalParameterCode ( SlimDX.Generator.ParameterModel model ) : string | ||
model | SlimDX.Generator.ParameterModel | The model. |
return | string |
public GetLocalVariableCleanupCode ( SlimDX.Generator.ParameterModel model ) : string | ||
model | SlimDX.Generator.ParameterModel | The model. |
return | string |
public GetLocalVariableSetupCode ( |
||
marshaller | The marshalling service interface. | |
model | SlimDX.Generator.ParameterModel | The model. |
return | string |
public GetTrampolineParameterCode ( SlimDX.Generator.ParameterModel model ) : string | ||
model | SlimDX.Generator.ParameterModel | The model. |
return | string |