C# Class Mono.Cecil.Tests.CSharpTestCase

Inheritance: TestCase
Mostra file Open project: jbevain/cecil

Public Properties

Property Type Description
File string

Public Methods

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

Method Details

CSharpTestCase() public method

public CSharpTestCase ( 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