C# Class MonoTests.System.Reflection.FieldInfoTest

Show file Open project: vargaz/mono Class Usage Examples

Public Properties

Property Type Description
ObjectArrayField object[]
PPP IntEnum
ip void*
non_const_field int
nullable_field int?
static_nullable_field int?

Public Methods

Method Description
GetValueWrongObjectStatic ( ) : void

Private Methods

Method Description
GetCustomAttributes ( ) : void
GetFieldFromHandle1_Handle_Zero ( ) : void
GetFieldFromHandle2_DeclaringType_Zero ( ) : void
GetFieldFromHandle2_Handle_Generic ( ) : void
GetFieldFromHandle2_Handle_GenericDefinition ( ) : void
GetFieldFromHandle2_Handle_Zero ( ) : void
GetFieldFromHandle2_Incompatible ( ) : void
GetRawDefaultValue ( ) : void
GetRawDefaultValueNoDefault ( ) : void
GetSetValuePointers ( ) : void
GetValueOnConstantOfOpenGeneric ( ) : void
GetValueOnRefOnlyAssembly ( ) : void
GetValueOpenGeneric ( ) : void
GetValueWrongObject ( ) : void
IsDefined_AttributeType_Null ( ) : void
NonPublicTests ( ) : void
NullableTests ( ) : void
PseudoCustomAttributes ( ) : void
SetValueOnLiteralField ( ) : void
SetValueOnRefOnlyAssembly ( ) : void
SetValueOpenGeneric ( ) : void
SetValuePrimitiveConversions ( ) : void
TestSetValueArray ( ) : void
Throws ( FieldInfo field, object instance, object value ) : void

Method Details

GetValueWrongObjectStatic() public method

public GetValueWrongObjectStatic ( ) : void
return void

Property Details

ObjectArrayField public property

public object[] ObjectArrayField
return object[]

PPP public property

public IntEnum PPP
return IntEnum

ip public static property

public static void* ip
return void*

non_const_field public property

public int non_const_field
return int

nullable_field public property

public int? nullable_field
return int?

static_nullable_field public static property

public static int? static_nullable_field
return int?