This documentation is archived and is not being maintained.

ISymbolWriter.DefineField Method

Defines a field in a type or a global field.

Namespace:  System.Diagnostics.SymbolStore
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Sub DefineField ( _
	parent As SymbolToken, _
	name As String, _
	attributes As FieldAttributes, _
	signature As Byte(), _
	addrKind As SymAddressKind, _
	addr1 As Integer, _
	addr2 As Integer, _
	addr3 As Integer _
)
'Usage
Dim instance As ISymbolWriter 
Dim parent As SymbolToken 
Dim name As String 
Dim attributes As FieldAttributes 
Dim signature As Byte()
Dim addrKind As SymAddressKind 
Dim addr1 As Integer 
Dim addr2 As Integer 
Dim addr3 As Integer

instance.DefineField(parent, name, attributes, _
	signature, addrKind, addr1, addr2, _
	addr3)

Parameters

parent
Type: System.Diagnostics.SymbolStore.SymbolToken

The metadata type or method token.

name
Type: System.String

The field name.

attributes
Type: System.Reflection.FieldAttributes

A bitwise combination of the field attributes.

signature
Type: System.Byte()

The field signature.

addrKind
Type: System.Diagnostics.SymbolStore.SymAddressKind

The address types for addr1 and addr2.

addr1
Type: System.Int32

The first address for the field specification.

addr2
Type: System.Int32

The second address for the field specification.

addr3
Type: System.Int32

The third address for the field specification.

The DefineField method defines a single variable that is not within a method by using specified fields in classes, bit fields, and so on.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Show: