C# Class Mono.Cecil.Tests.TestCase

Afficher le fichier Open project: jbevain/cecil Class Usage Examples

Méthodes publiques

Свойство Type Description
ApplyWindowsRuntimeProjections bool
AssemblyResolver IAssemblyResolver
ReadOnly bool
SymbolReaderProvider System.Type
SymbolWriterProvider System.Type
Test Action
Verify bool

Méthodes protégées

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

Method Details

TestCase() protected méthode

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

Property Details

ApplyWindowsRuntimeProjections public_oe property

public bool ApplyWindowsRuntimeProjections
Résultat bool

AssemblyResolver public_oe property

public IAssemblyResolver AssemblyResolver
Résultat IAssemblyResolver

ReadOnly public_oe property

public bool ReadOnly
Résultat bool

SymbolReaderProvider public_oe property

public Type,System SymbolReaderProvider
Résultat System.Type

SymbolWriterProvider public_oe property

public Type,System SymbolWriterProvider
Résultat System.Type

Test public_oe property

public Action Test
Résultat Action

Verify public_oe property

public bool Verify
Résultat bool