Class JARBuilderEventArgs
- Namespace
- MASES.JCOReflector.Engine
- Assembly
- MASES.JCOReflectorEngine.dll
[Serializable]
public class JARBuilderEventArgs : JavaBuilderEventArgs
- Inheritance
-
JARBuilderEventArgs
- Inherited Members
- Extension Methods
Constructors
JARBuilderEventArgs()
public JARBuilderEventArgs()
JARBuilderEventArgs(LogLevel)
public JARBuilderEventArgs(LogLevel logLevel)
Parameters
logLevel
LogLevel
Properties
EmbeddingJCOBridge
public bool EmbeddingJCOBridge { get; set; }
Property Value
JarDestinationFolder
public string JarDestinationFolder { get; set; }
Property Value
WithJARSource
public bool WithJARSource { get; set; }