C# 클래스 System.Reflection.Tests.ConstructorInfoTests

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

공개 메소드들

메소드 설명
Equals_TestData ( ) : IEnumerable
GetConstructors ( Type type ) : ConstructorInfo[]

비공개 메소드들

메소드 설명
ConstructorName ( ) : void
Equals ( ConstructorInfo constructorInfo1, ConstructorInfo constructorInfo2, bool expected ) : void
GetHashCodeTest ( ) : void
Invoke ( ) : void
Invoke_AbstractClass_ThrowsMemberAccessException ( ) : void
Invoke_ExistingInstance ( ) : void
Invoke_NoParameters_ThowsTargetParameterCountException ( ) : void
Invoke_OneDimensionalArray ( ) : void
Invoke_OneDimensionalArray_NegativeLengths_ThrowsOverflowException ( ) : void
Invoke_OneParameter ( ) : void
Invoke_ParameterMismatch_ThrowsTargetParameterCountException ( ) : void
Invoke_ParameterWrongType_ThrowsArgumentException ( ) : void
Invoke_StaticConstructor_NullObject_NullParameters ( ) : void
Invoke_StaticConstructor_ThrowsMemberAccessException ( ) : void
Invoke_Struct ( ) : void
Invoke_SubClass ( ) : void
Invoke_TwoParameters ( ) : void
IsConstructor_ReturnsTrue ( ) : void
IsPublic ( ) : void

메소드 상세

Equals_TestData() 공개 정적인 메소드

public static Equals_TestData ( ) : IEnumerable
리턴 IEnumerable

GetConstructors() 공개 정적인 메소드

public static GetConstructors ( Type type ) : ConstructorInfo[]
type Type
리턴 ConstructorInfo[]