C# 클래스 Mono.Cecil.Tests.ILTestCase

상속: TestCase
파일 보기 프로젝트 열기: jbevain/cecil

공개 프로퍼티들

프로퍼티 타입 설명
File string

공개 메소드들

메소드 설명
ILTestCase ( string file, Action test, bool verify, bool readOnly, Type symbolReaderProvider, Type symbolWriterProvider, IAssemblyResolver assemblyResolver, bool applyWindowsRuntimeProjections ) : System

메소드 상세

ILTestCase() 공개 메소드

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
리턴 System

프로퍼티 상세

File 공개적으로 프로퍼티

public string File
리턴 string