C# Class Mono.Cecil.Tests.ModuleTestCase

Inheritance: TestCase
Mostra file Open project: jbevain/cecil

Public Properties

Property Type Description
Module string

Public Methods

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

Method Details

ModuleTestCase() public method

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

Property Details

Module public_oe property

public string Module
return string