Base:
property
FieldType
System.Reflection.FieldInfo.FieldType
7 references to FieldType
mscorlib (7)
system\reflection\fieldinfo.cs (7)
469Type fieldType = FieldType; 572RuntimeType fieldType = (RuntimeType)FieldType; 614RuntimeType fieldType = (RuntimeType)FieldType; 660RuntimeType fieldType = (RuntimeType)FieldType; 680RuntimeType fieldType = (RuntimeType)FieldType; 754return RuntimeFieldHandle.GetValueDirect(this, (RuntimeType)FieldType, &obj, (RuntimeType)DeclaringType); 779RuntimeFieldHandle.SetValueDirect(this, (RuntimeType)FieldType, &obj, value, (RuntimeType)DeclaringType);