TypeExtensions.GetField Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GetField(Type, String, BindingFlags) | |
GetField(Type, String) |
GetField(Type, String, BindingFlags)
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::FieldInfo ^ GetField(Type ^ type, System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public static System.Reflection.FieldInfo GetField (this Type type, string name, System.Reflection.BindingFlags bindingAttr);
public static System.Reflection.FieldInfo? GetField (this Type type, string name, System.Reflection.BindingFlags bindingAttr);
static member GetField : Type * string * System.Reflection.BindingFlags -> System.Reflection.FieldInfo
<Extension()>
Public Function GetField (type As Type, name As String, bindingAttr As BindingFlags) As FieldInfo
Parametry
- type
- Type
- name
- String
- bindingAttr
- BindingFlags
Zwraca
Dotyczy
GetField(Type, String)
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::FieldInfo ^ GetField(Type ^ type, System::String ^ name);
public static System.Reflection.FieldInfo GetField (this Type type, string name);
public static System.Reflection.FieldInfo? GetField (this Type type, string name);
static member GetField : Type * string -> System.Reflection.FieldInfo
<Extension()>
Public Function GetField (type As Type, name As String) As FieldInfo
Parametry
- type
- Type
- name
- String
Zwraca
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.