C# 클래스 System.Xml.Tests.ReflectionTestCaseBase

파일 보기 프로젝트 열기: dotnet/corefx

보호된 프로퍼티들

프로퍼티 타입 설명
scriptTestPath String

공개 메소드들

메소드 설명
GetInstanceMethod ( Type type, string methName ) : MethodInfo
GetStaticMethod ( Type type, string methName ) : MethodInfo
ReflectionTestCaseBase ( ITestOutputHelper output ) : Xunit

보호된 메소드들

메소드 설명
TestWLoad ( XslCompiledTransform xslt, String asmPath, String type ) : void
WLoad ( XslCompiledTransform instance, MethodInfo meth, Byte bytes, Type types ) : void

메소드 상세

GetInstanceMethod() 공개 정적인 메소드

public static GetInstanceMethod ( Type type, string methName ) : MethodInfo
type System.Type
methName string
리턴 System.Reflection.MethodInfo

GetStaticMethod() 공개 정적인 메소드

public static GetStaticMethod ( Type type, string methName ) : MethodInfo
type System.Type
methName string
리턴 System.Reflection.MethodInfo

ReflectionTestCaseBase() 공개 메소드

public ReflectionTestCaseBase ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
리턴 Xunit

TestWLoad() 보호된 메소드

protected TestWLoad ( XslCompiledTransform xslt, String asmPath, String type ) : void
xslt System.Xml.Xsl.XslCompiledTransform
asmPath String
type String
리턴 void

WLoad() 보호된 메소드

protected WLoad ( XslCompiledTransform instance, MethodInfo meth, Byte bytes, Type types ) : void
instance System.Xml.Xsl.XslCompiledTransform
meth System.Reflection.MethodInfo
bytes Byte
types System.Type
리턴 void

프로퍼티 상세

scriptTestPath 보호되어 있는 프로퍼티

protected String scriptTestPath
리턴 String