C# Class System.Runtime.Serialization.SerializationFieldInfo

Inheritance: System.Reflection.FieldInfo
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
InternalGetValue Object
InternalSetValue void
SerializationFieldInfo System

Méthodes publiques

Méthode Description
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetValue ( Object obj ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void

Private Methods

Méthode Description
InternalGetValue ( Object obj, bool requiresAccessCheck ) : Object
InternalSetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture, bool requiresAccessCheck, bool isBinderDefault ) : void
SerializationFieldInfo ( RuntimeFieldInfo field, String namePrefix ) : System

Method Details

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
Résultat Object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
Résultat Object[]

GetValue() public méthode

public GetValue ( Object obj ) : Object
obj Object
Résultat Object

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool

SetValue() public méthode

public SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
obj Object
value Object
invokeAttr BindingFlags
binder System.Reflection.Binder
culture System.Globalization.CultureInfo
Résultat void