InternalST.SerializationSetValue(FieldInfo, Object, Object) Método

Definição

Define o valor de um campo.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.

public:
 static void SerializationSetValue(System::Reflection::FieldInfo ^ fi, System::Object ^ target, System::Object ^ value);
public static void SerializationSetValue(System.Reflection.FieldInfo fi, object target, object value);
static member SerializationSetValue : System.Reflection.FieldInfo * obj * obj -> unit
Public Shared Sub SerializationSetValue (fi As FieldInfo, target As Object, value As Object)

Parâmetros

fi
FieldInfo

A FieldInfo contendo dados sobre o campo alvo.

target
Object

O campo para mudar.

value
Object

O valor a definir.

Aplica-se a