Click or drag to resize

ProgramAttributeInfo Structure

Information about an attribute as returned by GetAttributeInfo(Int32).

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct AttributeInfo

The ProgramAttributeInfo type exposes the following members.

Properties
  NameDescription
Public propertyDataType
The data type of the attribute variable.
Public propertyName
The name of the attribute variable.
Public propertySize
The size of the attribute variable, in units of type DataType.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also