SynergyClientGUIHelper.GetPrivateFieldInfo (Type, String, BindingFlags) Method

<Extension()> _ 
Public Shared Function GetPrivateFieldInfo( _ 
ByVal parent As Type, _ 
ByVal name As String, _ 
ByVal additional_flags As BindingFlags
) As FieldInfo
This language is not supported or no code example is available.
public static FieldInfo GetPrivateFieldInfo( 
this Type parent
string name
BindingFlags additional_flags 
)
This language is not supported or no code example is available.
[Extension()] 
public:  
static FieldInfo^ GetPrivateFieldInfo( 
Type^ parent
String^ name
BindingFlags additional_flags 
)
This language is not supported or no code example is available.
public  
Extension() 
static function GetPrivateFieldInfo( 
parent : Type
name : String
additional_flags : BindingFlags 
) : FieldInfo;
This language is not supported or no code example is available.

Parameters

parent
Type

name
string

additional_flags
BindingFlags

Return Value

FieldInfo

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition