Show / Hide Table of Contents

Struct FieldTools.FieldDeclaration

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
public struct FieldDeclaration

Constructors

FieldDeclaration(String, Type, FieldInfo, FieldTools.FieldDeclaration.FieldDeclarationType, Int32)

Declaration
public FieldDeclaration(string name, Type fieldType, FieldInfo info, FieldTools.FieldDeclaration.FieldDeclarationType type = FieldTools.FieldDeclaration.FieldDeclarationType.DATA, int count = 1)
Parameters
Type Name Description
System.String name
System.Type fieldType
System.Reflection.FieldInfo info
FieldTools.FieldDeclaration.FieldDeclarationType type
System.Int32 count

Properties

ByteCount

Declaration
public int ByteCount { get; }
Property Value
Type Description
System.Int32

Count

Declaration
public int Count { get; set; }
Property Value
Type Description
System.Int32

FieldType

Declaration
public Type FieldType { get; set; }
Property Value
Type Description
System.Type

Info

Declaration
public FieldInfo Info { get; set; }
Property Value
Type Description
System.Reflection.FieldInfo

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Type

Declaration
public FieldTools.FieldDeclaration.FieldDeclarationType Type { get; set; }
Property Value
Type Description
FieldTools.FieldDeclaration.FieldDeclarationType

TypeEnum

Declaration
public FieldTools.FieldTypeEnum TypeEnum { get; set; }
Property Value
Type Description
FieldTools.FieldTypeEnum

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.ValueType.ToString()
Back to top Generated by DocFX