terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Runtime.Serialization.SerializationFieldInfo Class Referencesealed
+ Inheritance diagram for System.Runtime.Serialization.SerializationFieldInfo:
+ Collaboration diagram for System.Runtime.Serialization.SerializationFieldInfo:

Public Member Functions

override object[] GetCustomAttributes (bool inherit)
 
override object[] GetCustomAttributes (global::System.Type attributeType, bool inherit)
 
override bool IsDefined (global::System.Type attributeType, bool inherit)
 
override object GetValue (object obj)
 
override void SetValue (object obj, object value, global::System.Reflection.BindingFlags invokeAttr, global::System.Reflection.Binder binder, global::System.Globalization.CultureInfo culture)
 

Package Functions

 SerializationFieldInfo (global::System.Reflection.RuntimeFieldInfo field, string namePrefix)
 
object InternalGetValue (object obj)
 
void InternalSetValue (object obj, object value, global::System.Reflection.BindingFlags invokeAttr, global::System.Reflection.Binder binder, global::System.Globalization.CultureInfo culture)
 

Properties

override global::System.Reflection.Module Module [get, set]
 
override int MetadataToken [get, set]
 
override string Name [get, set]
 
override global::System.Type DeclaringType [get, set]
 
override global::System.Type ReflectedType [get, set]
 
override global::System.Type FieldType [get, set]
 
global::System.Reflection.RuntimeFieldInfo FieldInfo [get, set]
 
override global::System.RuntimeFieldHandle FieldHandle [get, set]
 
override global::System.Reflection.FieldAttributes Attributes [get, set]
 

Private Attributes

global::System.Reflection.RuntimeFieldInfo m_field
 
string m_serializationName
 

Detailed Description

Definition at line 10 of file SerializationFieldInfo.cs.


The documentation for this class was generated from the following file: