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{} }
Anonymous Boolean
ReadOnly Property Anonymous() As Boolean
Index
property Index: Slice<Int64> read;
Slice<Int64> Index { get; }
var Index: Slice<Int64> { get{} }
Index Slice<Int64>
ReadOnly Property Index() As Slice<Int64>
Interface
method Interface: Object
Object Interface()
func Interface() -> Object
func Interface() interface{}
Function Interface() As Object
IsValid
method IsValid: Boolean
Boolean IsValid()
func IsValid() -> Boolean
func IsValid() Boolean
Function IsValid() As Boolean
Name
property Name: String read;
String Name { get; }
var Name: String { get{} }
Name String
ReadOnly Property Name() As String
Offset
property Offset: UIntPtr read;
UIntPtr Offset { get; }
var Offset: UIntPtr { get{} }
Offset UIntPtr
ReadOnly Property Offset() As UIntPtr
PkgPath
property PkgPath: String read;
String PkgPath { get; }
var PkgPath: String { get{} }
PkgPath String
ReadOnly Property PkgPath() As String
Tag
property Tag: StructTag read;
StructTag Tag { get; }
var Tag: StructTag { get{} }
Tag StructTag
ReadOnly Property Tag() As StructTag
Type
property Type: Type read;
Type Type { get; }
var Type: Type { get{} }
Type Type
ReadOnly Property Type() As Type
Anonymous
property Anonymous: Boolean read;
Boolean Anonymous { get; }
var Anonymous: Boolean { get{} }
Anonymous Boolean
ReadOnly Property Anonymous() As Boolean
Index
property Index: Slice<Int64> read;
Slice<Int64> Index { get; }
var Index: Slice<Int64> { get{} }
Index Slice<Int64>
ReadOnly Property Index() As Slice<Int64>
Name
property Name: String read;
String Name { get; }
var Name: String { get{} }
Name String
ReadOnly Property Name() As String
Offset
property Offset: UIntPtr read;
UIntPtr Offset { get; }
var Offset: UIntPtr { get{} }
Offset UIntPtr
ReadOnly Property Offset() As UIntPtr
PkgPath
property PkgPath: String read;
String PkgPath { get; }
var PkgPath: String { get{} }
PkgPath String
ReadOnly Property PkgPath() As String
Tag
property Tag: StructTag read;
StructTag Tag { get; }
var Tag: StructTag { get{} }
Tag StructTag
ReadOnly Property Tag() As StructTag
Type
property Type: Type read;
Type Type { get; }
var Type: Type { get{} }
Type Type
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
method Interface: Object
Object Interface()
func Interface() -> Object
func Interface() interface{}
Function Interface() As Object
IsValid
method IsValid: Boolean
Boolean IsValid()
func IsValid() -> Boolean
func IsValid() Boolean
Function IsValid() As Boolean