[helpstring("Opens the specified file and initializes the object from its contents")]
(
[MarshalAs(UnmanagedType.LPWStr)] string pszFileName,
uint dwMode)
| 36 | |
| 37 | //[helpstring("Opens the specified file and initializes the object from its contents")] |
| 38 | void Load( |
| 39 | [MarshalAs(UnmanagedType.LPWStr)] string pszFileName, |
| 40 | uint dwMode); |
| 41 | |
| 42 | //[helpstring("Saves the object into the specified file")] |
| 43 | void Save( |
no outgoing calls
no test coverage detected