C# Class Mono.Cecil.Tests.ModuleTestCase

Inheritance: TestCase
Afficher le fichier Open project: jbevain/cecil

Méthodes publiques

Свойство Type Description
Module string

Méthodes publiques

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

Method Details

ModuleTestCase() public méthode

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
Résultat System

Property Details

Module public_oe property

public string Module
Résultat string