C# Class Mono.Cecil.Tests.TestCase

Mostra file Open project: jbevain/cecil Class Usage Examples

Public Properties

Property Type Description
ApplyWindowsRuntimeProjections bool
AssemblyResolver IAssemblyResolver
ReadOnly bool
SymbolReaderProvider System.Type
SymbolWriterProvider System.Type
Test Action
Verify bool

Protected Methods

Method Description
TestCase ( Action test, bool verify, bool readOnly, Type symbolReaderProvider, Type symbolWriterProvider, IAssemblyResolver assemblyResolver, bool applyWindowsRuntimeProjections ) : System

Method Details

TestCase() protected method

protected TestCase ( Action test, bool verify, bool readOnly, Type symbolReaderProvider, Type symbolWriterProvider, IAssemblyResolver assemblyResolver, bool applyWindowsRuntimeProjections ) : System
test Action
verify bool
readOnly bool
symbolReaderProvider System.Type
symbolWriterProvider System.Type
assemblyResolver IAssemblyResolver
applyWindowsRuntimeProjections bool
return System

Property Details

ApplyWindowsRuntimeProjections public_oe property

public bool ApplyWindowsRuntimeProjections
return bool

AssemblyResolver public_oe property

public IAssemblyResolver AssemblyResolver
return IAssemblyResolver

ReadOnly public_oe property

public bool ReadOnly
return bool

SymbolReaderProvider public_oe property

public Type,System SymbolReaderProvider
return System.Type

SymbolWriterProvider public_oe property

public Type,System SymbolWriterProvider
return System.Type

Test public_oe property

public Action Test
return Action

Verify public_oe property

public bool Verify
return bool