DynamicFieldInfo Constructors

Definition

Initializes a new instance of the DynamicFieldInfo class.

Overloads

DynamicFieldInfo(String, Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the DynamicFieldInfo class, using the specified name and value.

DynamicFieldInfo(String, Object, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the DynamicFieldInfo class, using the specified name, value, and type.

DynamicFieldInfo(String, Object)

Initializes a new instance of the DynamicFieldInfo class, using the specified name and value.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public DynamicFieldInfo (string name, object value);

Parameters

name
String

The name of the field.

value
Object

The value of the field.

See also

Applies to

.NET Framework 4.8.1 およびその他のバージョン
製品 バージョン
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

DynamicFieldInfo(String, Object, String)

Initializes a new instance of the DynamicFieldInfo class, using the specified name, value, and type.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public DynamicFieldInfo (string name, object value, string fieldTypeName);

Parameters

name
String

The name of the field.

value
Object

The value of the field.

fieldTypeName
String

The type of the field.

See also

Applies to

.NET Framework 4.8.1 およびその他のバージョン
製品 バージョン
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1