TypeExtensions.GetField Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| GetField(Type, String, BindingFlags) | |
| GetField(Type, String) |
GetField(Type, String, BindingFlags)
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- 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
Parametrar
- type
- Type
- name
- String
- bindingAttr
- BindingFlags
Returer
Gäller för
GetField(Type, String)
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- 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
Parametrar
- type
- Type
- name
- String