C# Class Mono.Cecil.Tests.ILTestCase

Inheritance: TestCase
Mostra file Open project: jbevain/cecil

Public Properties

Property Type Description
File string

Public Methods

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

Method Details

ILTestCase() public method

public ILTestCase ( string file, Action test, bool verify, bool readOnly, Type symbolReaderProvider, Type symbolWriterProvider, IAssemblyResolver assemblyResolver, bool applyWindowsRuntimeProjections ) : System
file string
test Action
verify bool
readOnly bool
symbolReaderProvider System.Type
symbolWriterProvider System.Type
assemblyResolver IAssemblyResolver
applyWindowsRuntimeProjections bool
return System

Property Details

File public_oe property

public string File
return string