Table of Contents

Class ReflectorEventArgs

Namespace
MASES.JCOReflector.Engine
Assembly
MASES.JCOReflectorEngine.dll
[Serializable]
public class ReflectorEventArgs : CommonEventArgs
Inheritance
ReflectorEventArgs
Inherited Members
Extension Methods

Constructors

ReflectorEventArgs()

public ReflectorEventArgs()

ReflectorEventArgs(LogLevel)

public ReflectorEventArgs(LogLevel logLevel)

Parameters

logLevel LogLevel

Properties

AssemblyNames

public string[] AssemblyNames { get; set; }

Property Value

string[]

AvoidDisableInternalNamespace

public bool AvoidDisableInternalNamespace { get; set; }

Property Value

bool

AvoidHierarchyTraversing

public bool AvoidHierarchyTraversing { get; set; }

Property Value

bool

AvoidReportAndStatistics

public bool AvoidReportAndStatistics { get; set; }

Property Value

bool

CreateExceptionThrownClause

public bool CreateExceptionThrownClause { get; set; }

Property Value

bool

DryRun

public bool DryRun { get; set; }

Property Value

bool

EnableAbstract

public bool EnableAbstract { get; set; }

Property Value

bool

EnableArray

public bool EnableArray { get; set; }

Property Value

bool

EnableDuplicateMethodNativeArrayWithJCRefOut

public bool EnableDuplicateMethodNativeArrayWithJCRefOut { get; set; }

Property Value

bool

EnableInheritance

public bool EnableInheritance { get; set; }

Property Value

bool

EnableInterfaceInheritance

public bool EnableInterfaceInheritance { get; set; }

Property Value

bool

EnableRefOutParameters

public bool EnableRefOutParameters { get; set; }

Property Value

bool

ExceptionThrownClauseDepth

public int ExceptionThrownClauseDepth { get; set; }

Property Value

int

ForceRebuild

public bool ForceRebuild { get; set; }

Property Value

bool

UseParallelBuild

public bool UseParallelBuild { get; set; }

Property Value

bool