NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FieldBuilder Class

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

Remarks

This class can not be extended. The constructor is private so an instance can only be created internally.

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

FieldBuilder Members | System.Reflection.Emit Namespace