C# Class System.Reflection.Tests.PointerTests

Mostra file Open project: dotnet/corefx

Private Methods

Method Description
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