TypeExtensions.GetField Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| GetField(Type, String, BindingFlags) | |
| GetField(Type, String) |
GetField(Type, String, BindingFlags)
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- 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
Parameters
- type
- Type
- name
- String
- bindingAttr
- BindingFlags
Retouren
Van toepassing op
GetField(Type, String)
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- 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
Parameters
- type
- Type
- name
- String