Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetFieldFromHandle() [2/2]

static FieldInfo System.Reflection.FieldInfo.GetFieldFromHandle ( RuntimeFieldHandle handle,
RuntimeTypeHandle declaringType )
inlinestaticinherited

Definition at line 62 of file FieldInfo.cs.

63 {
64 if (handle.IsNullHandle())
65 {
66 throw new ArgumentException(SR.Argument_InvalidHandle);
67 }
68 return RuntimeType.GetFieldInfo(declaringType.GetRuntimeType(), handle.GetRuntimeFieldInfo());
69 }

References System.SR.Argument_InvalidHandle, System.RuntimeType.GetFieldInfo(), System.RuntimeTypeHandle.GetRuntimeType(), and System.handle.