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 virtual
property Anonymous: Boolean read;
Boolean Anonymous { get; }
var Anonymous: Boolean { get{} }
Anonymous Boolean
ReadOnly Property Anonymous() As Boolean
Index virtual
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 virtual
property Name: String read;
String Name { get; }
var Name: String { get{} }
Name String
ReadOnly Property Name() As String
Offset virtual
property Offset: UIntPtr read;
UIntPtr Offset { get; }
var Offset: UIntPtr { get{} }
Offset UIntPtr
ReadOnly Property Offset() As UIntPtr
PkgPath virtual
property PkgPath: String read;
String PkgPath { get; }
var PkgPath: String { get{} }
PkgPath String
ReadOnly Property PkgPath() As String
Tag virtual
property Tag: StructTag read;
StructTag Tag { get; }
var Tag: StructTag { get{} }
Tag StructTag
ReadOnly Property Tag() As StructTag
Type virtual
Anonymous virtual
property Anonymous: Boolean read;
Boolean Anonymous { get; }
var Anonymous: Boolean { get{} }
Anonymous Boolean
ReadOnly Property Anonymous() As Boolean
Index virtual
Name virtual
property Name: String read;
String Name { get; }
var Name: String { get{} }
Name String
ReadOnly Property Name() As String
Offset virtual
property Offset: UIntPtr read;
UIntPtr Offset { get; }
var Offset: UIntPtr { get{} }
Offset UIntPtr
ReadOnly Property Offset() As UIntPtr
PkgPath virtual
property PkgPath: String read;
String PkgPath { get; }
var PkgPath: String { get{} }
PkgPath String
ReadOnly Property PkgPath() As String
Tag virtual
property Tag: StructTag read;
StructTag Tag { get; }
var Tag: StructTag { get{} }
Tag StructTag
ReadOnly Property Tag() As StructTag
Type virtual
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