![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Can I generate P/Invoke methods using CodeDom? |
#3
| |||
| |||
|
|
Hello Ram! Can I generate P/Invoke methods using CodeDom? Generating the "DllImport" Attribute is no problem, because it's a normal Attribute for CodeDom. But: Creating the "extern" Modifiers for a CodeMemberMethod is not supported by CodeDom. You may render a special comment, which will be replaced by the "extern" Keyword during a text-based post-processing step. GP |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |