Method | Description | |
---|---|---|
FieldBuilder ( TypeBuilder typeBuilder, string name, |
Constructor
|
|
GetDefinition ( ) : string |
Gets the definition of the field
|
|
Load ( |
Loads the field
|
|
Save ( |
Saves the field
|
|
ToString ( ) : string |
The field as a string
|
|
operator ( ) : FieldBuilder |
Increments the field by one
|
public FieldBuilder ( TypeBuilder typeBuilder, string name, |
||
typeBuilder | TypeBuilder | Type builder |
name | string | Name of the method |
fieldType | Type for the field | |
attributes | FieldAttributes | Attributes for the field (public, private, etc.) |
return | System |
public Load ( |
||
generator | IL Generator | |
return | void |
public Save ( |
||
generator | IL Generator | |
return | void |