Property | Type | Description | |
---|---|---|---|
_actualMethod | |||
_interfaceType |
Method | Description | |
---|---|---|
ComMethodBodyWriter ( |
Method | Description | |
---|---|---|
OnBeforeHResultCheck ( CppCodeWriter writer ) : void | ||
WriteInteropCallStatement ( CppCodeWriter writer, string localVariableNames, IRuntimeMetadataAccess metadataAccess ) : void | ||
WriteMethodPrologue ( CppCodeWriter writer, IRuntimeMetadataAccess metadataAccess ) : void |
Method | Description | |
---|---|---|
GetMarshalType ( |
||
GetMethodCallExpression ( string localVariableNames ) : string |
public ComMethodBodyWriter ( |
||
actualMethod | ||
interfaceMethod | ||
return | Mono.Cecil |
protected OnBeforeHResultCheck ( CppCodeWriter writer ) : void | ||
writer | CppCodeWriter | |
return | void |
protected WriteInteropCallStatement ( CppCodeWriter writer, string localVariableNames, IRuntimeMetadataAccess metadataAccess ) : void | ||
writer | CppCodeWriter | |
localVariableNames | string | |
metadataAccess | IRuntimeMetadataAccess | |
return | void |
protected WriteMethodPrologue ( CppCodeWriter writer, IRuntimeMetadataAccess metadataAccess ) : void | ||
writer | CppCodeWriter | |
metadataAccess | IRuntimeMetadataAccess | |
return | void |
protected MethodReference,Mono.Cecil _actualMethod | ||
return |