|
|
|
@ -42,6 +42,8 @@ namespace CppSharp |
|
|
|
Encoding = Encoding.ASCII; |
|
|
|
Encoding = Encoding.ASCII; |
|
|
|
|
|
|
|
|
|
|
|
CodeFiles = new List<string>(); |
|
|
|
CodeFiles = new List<string>(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
StripLibPrefix = true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// General options
|
|
|
|
// General options
|
|
|
|
@ -185,6 +187,8 @@ namespace CppSharp |
|
|
|
/// Generates default values of arguments in the C# code.
|
|
|
|
/// Generates default values of arguments in the C# code.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public bool GenerateDefaultValuesForArguments { get; set; } |
|
|
|
public bool GenerateDefaultValuesForArguments { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public bool StripLibPrefix { get; set; } |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public class InvalidOptionException : Exception |
|
|
|
public class InvalidOptionException : Exception |
|
|
|
|