StackFrame.IActivationObject.GetLocalField(String) Método

Definição

Obtém a declaração de um campo que tem o nome especificado.Gets the local declaration of a field that has the specified name. Este método é usado em tempo de compilação para verificação de erros.This method is used at compile time for error checking.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

 virtual System::Reflection::FieldInfo ^ Microsoft.JScript.IActivationObject.GetLocalField(System::String ^ name) = Microsoft::JScript::IActivationObject::GetLocalField;
System.Reflection.FieldInfo IActivationObject.GetLocalField (string name);
abstract member Microsoft.JScript.IActivationObject.GetLocalField : string -> System.Reflection.FieldInfo
override this.Microsoft.JScript.IActivationObject.GetLocalField : string -> System.Reflection.FieldInfo
Function GetLocalField (name As String) As FieldInfo Implements IActivationObject.GetLocalField

Parâmetros

name
String

O nome do campo.The name of the field.

Retornos

FieldInfo

A declaração de local do campo.The local declaration of the field.

Implementações

Aplica-se a

Confira também