StructFieldImpl
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.reflect
- Platforms: .NET, .NET Standard 2.0, Island
constructor (PlatformField)
constructor(aField: PlatformField)
StructFieldImpl(PlatformField aField)
init(_ aField: PlatformField)
Sub New(aField As PlatformField)
Parameters:
- aField:
constructor (PlatformField, Int32)
constructor(aField: PlatformField; aIndex: Int32)
StructFieldImpl(PlatformField aField, Int32 aIndex)
init(_ aField: PlatformField, _ aIndex: Int32)
Sub New(aField As PlatformField, aIndex As Int32)
Parameters:
- aField:
- aIndex:
Anonymous
property Anonymous: Boolean read;
Boolean Anonymous { get; }
var Anonymous: Boolean { get{} }
ReadOnly Property Anonymous() As Boolean
Index
property Index: Slice<Int64> read;
Slice<Int64> Index { get; }
var Index: Slice<Int64> { get{} }
ReadOnly Property Index() As Slice<Int64>
Interface
func Interface() -> Object
func Interface() interface{}
Function Interface() As Object
IsValid
func IsValid() -> Boolean
Function IsValid() As Boolean
Name
property Name: String read;
var Name: String { get{} }
ReadOnly Property Name() As String
Offset
property Offset: UIntPtr read;
var Offset: UIntPtr { get{} }
ReadOnly Property Offset() As UIntPtr
PkgPath
property PkgPath: String read;
var PkgPath: String { get{} }
ReadOnly Property PkgPath() As String
Tag
property Tag: StructTag read;
var Tag: StructTag { get{} }
ReadOnly Property Tag() As StructTag
Type
property Type: Type read;
ReadOnly Property Type() As Type
Anonymous
property Anonymous: Boolean read;
Boolean Anonymous { get; }
var Anonymous: Boolean { get{} }
ReadOnly Property Anonymous() As Boolean
Index
property Index: Slice<Int64> read;
Slice<Int64> Index { get; }
var Index: Slice<Int64> { get{} }
ReadOnly Property Index() As Slice<Int64>
Name
property Name: String read;
var Name: String { get{} }
ReadOnly Property Name() As String
Offset
property Offset: UIntPtr read;
var Offset: UIntPtr { get{} }
ReadOnly Property Offset() As UIntPtr
PkgPath
property PkgPath: String read;
var PkgPath: String { get{} }
ReadOnly Property PkgPath() As String
Tag
property Tag: StructTag read;
var Tag: StructTag { get{} }
ReadOnly Property Tag() As StructTag
Type
property Type: Type read;
ReadOnly Property Type() As Type
constructor (PlatformField)
constructor(aField: PlatformField)
StructFieldImpl(PlatformField aField)
init(_ aField: PlatformField)
Sub New(aField As PlatformField)
Parameters:
- aField:
constructor (PlatformField, Int32)
constructor(aField: PlatformField; aIndex: Int32)
StructFieldImpl(PlatformField aField, Int32 aIndex)
init(_ aField: PlatformField, _ aIndex: Int32)
Sub New(aField As PlatformField, aIndex As Int32)
Parameters:
- aField:
- aIndex:
Interface
func Interface() -> Object
func Interface() interface{}
Function Interface() As Object
IsValid
func IsValid() -> Boolean
Function IsValid() As Boolean