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

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

비공개 메소드들

메소드 설명
Box_NonPointerType ( ) : void
Box_TypeNull ( ) : void
IntPtrFieldSetValue ( int value ) : void
IntPtrMethodParameter ( int value ) : void
IntPtrPropertySetValue ( int value ) : void
PointerFieldGetValue ( int value ) : void
PointerFieldSetValue ( int value ) : void
PointerFieldSetValue_InvalidType ( int value ) : void
PointerMethodParameter ( int value ) : void
PointerMethodParameter_InvalidType ( int value ) : void
PointerMethodReturn ( int value ) : void
PointerPropertyGetValue ( int value ) : void
PointerPropertySetValue ( int value ) : void
PointerPropertySetValue_InvalidType ( int value ) : void
PointerSerializes ( int value ) : void
PointerValueRoundtrips ( int value ) : void
Unbox_NotPointer ( ) : void
Unbox_Null ( ) : void