|
|
|
@ -34,7 +34,6 @@ namespace CppSharp |
|
|
|
/// Set to true to enable quiet output mode.
|
|
|
|
/// Set to true to enable quiet output mode.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public bool Quiet; |
|
|
|
public bool Quiet; |
|
|
|
public bool OutputDebug; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Set to true to enable verbose output mode.
|
|
|
|
/// Set to true to enable verbose output mode.
|
|
|
|
@ -97,6 +96,12 @@ namespace CppSharp |
|
|
|
public bool GenerateInternalImports; |
|
|
|
public bool GenerateInternalImports; |
|
|
|
public bool UseHeaderDirectories; |
|
|
|
public bool UseHeaderDirectories; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// If set to true, the generated code will be generated with extra
|
|
|
|
|
|
|
|
/// debug output.
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public bool GenerateDebugOutput; |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// If set to true the CLI generator will use ObjectOverridesPass to create
|
|
|
|
/// If set to true the CLI generator will use ObjectOverridesPass to create
|
|
|
|
/// Equals, GetHashCode and (if the insertion operator << is overloaded) ToString
|
|
|
|
/// Equals, GetHashCode and (if the insertion operator << is overloaded) ToString
|
|
|
|
|