C# Class MonoTests.System.Reflection.FieldInfoTest

Afficher le fichier Open project: vargaz/mono Class Usage Examples

Méthodes publiques

Свойство Type Description
ObjectArrayField object[]
PPP IntEnum
ip void*
non_const_field int
nullable_field int?
static_nullable_field int?

Méthodes publiques

Méthode Description
GetValueWrongObjectStatic ( ) : void

Private Methods

Méthode 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 méthode

public GetValueWrongObjectStatic ( ) : void
Résultat void

Property Details

ObjectArrayField public_oe property

public object[] ObjectArrayField
Résultat object[]

PPP public_oe property

public IntEnum PPP
Résultat IntEnum

ip public_oe static_oe property

public static void* ip
Résultat void*

non_const_field public_oe property

public int non_const_field
Résultat int

nullable_field public_oe property

public int? nullable_field
Résultat int?

static_nullable_field public_oe static_oe property

public static int? static_nullable_field
Résultat int?