C# Класс SlimDX.Generator.StructureFormatter

Наследование: Formatter
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( MarshallingService marshaller, SlimDX.Generator.ParameterModel model ) : string

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.

Описание методов

GetFormalParameterCode() публичный Метод

Gets the code for declaring the specified model as a parameter to a managed method.
public GetFormalParameterCode ( SlimDX.Generator.ParameterModel model ) : string
model SlimDX.Generator.ParameterModel The model.
Результат string

GetLocalVariableCleanupCode() публичный Метод

Gets the code for cleanup of local variables related to the specified parameter.
public GetLocalVariableCleanupCode ( SlimDX.Generator.ParameterModel model ) : string
model SlimDX.Generator.ParameterModel The model.
Результат string

GetLocalVariableSetupCode() публичный Метод

Gets the code for setup of local variables related to the specified parameter.
public GetLocalVariableSetupCode ( MarshallingService marshaller, SlimDX.Generator.ParameterModel model ) : string
marshaller MarshallingService The marshalling service interface.
model SlimDX.Generator.ParameterModel The model.
Результат string

GetTrampolineParameterCode() публичный Метод

Gets the code for passing the specified model as parameter to a trampoline method.
public GetTrampolineParameterCode ( SlimDX.Generator.ParameterModel model ) : string
model SlimDX.Generator.ParameterModel The model.
Результат string