The FieldBuilder class is used to define and represent a field.
Object
MemberInfo
FieldInfo
FieldBuilder
[Visual Basic] NotInheritable Public Class FieldBuilder Inherits FieldInfo [C#] public sealed class FieldBuilder : FieldInfo [C++] public __gc __sealed class FieldBuilder : public FieldInfo [JScript] public class FieldBuilder extends FieldInfo
This class can not be extended. The constructor is private so an instance can only be created internally.
Namespace: System.Reflection.Emit
Assembly: mscorlib.dll