Share via


StackFrame.GetField(String, Int32) 方法

定義

藉由搜尋範圍階層架構,取得有指定之名稱的欄位。 這個方法只會搜尋語彙層級指定的範圍。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 virtual System::Reflection::FieldInfo ^ GetField(System::String ^ name, int lexLevel);
public System.Reflection.FieldInfo GetField (string name, int lexLevel);
override this.GetField : string * int -> System.Reflection.FieldInfo
Public Function GetField (name As String, lexLevel As Integer) As FieldInfo

參數

name
String

要搜尋的欄位名稱。

lexLevel
Int32

要搜尋的語彙層級。

傳回

所有情況下都是 null。

實作

適用於

另請參閱