ISymbolWriter.DefineField Method
.NET Framework 3.0
Defines a field in a type or a global field.
Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)
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)
void DefineField ( SymbolToken parent, String name, FieldAttributes attributes, byte[] signature, SymAddressKind addrKind, int addr1, int addr2, int addr3 )
function DefineField ( parent : SymbolToken, name : String, attributes : FieldAttributes, signature : byte[], addrKind : SymAddressKind, addr1 : int, addr2 : int, addr3 : int )
Not applicable.
Parameters
- parent
The metadata type or method token.
- name
The field name.
- attributes
A bitwise combination of the field attributes.
- signature
The field signature.
- addrKind
The address types for addr1 and addr2.
- addr1
The first address for the field specification.
- addr2
The second address for the field specification.
- addr3
The third address for the field specification.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: