Class RuntimeFieldHandleImpl
Inheritance
System.Object
RuntimeFieldHandleImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core_Plugs
Assembly: Cosmos.Core_Plugs.dll
Syntax
public static class RuntimeFieldHandleImpl
Methods
| Improve this Doc View SourceGetValue(FieldInfo, Object, Object, Object, ref Boolean)
Declaration
public static object GetValue(FieldInfo field, object instance, object fieldType, object declaringType, ref bool domainInitialized)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.FieldInfo | field | |
System.Object | instance | |
System.Object | fieldType | |
System.Object | declaringType | |
System.Boolean | domainInitialized |
Returns
Type | Description |
---|---|
System.Object |