OpenTAP 9.34
API Reference
OpenTap.NullTypeData Class Referencesealed

A type data representing null values. More...

Inheritance diagram for OpenTap.NullTypeData:
OpenTap.ITypeData OpenTap.IReflectionData

Public Member Functions

IEnumerable< IMemberDataGetMembers ()
 Gets the members of this object.
 
IMemberData GetMember (string name)
 Gets a member of this object by name.
 
object CreateInstance (object[] arguments)
 Creates an instance of this type. The arguments are used for construction.
 
- Public Member Functions inherited from OpenTap.ITypeData

Properties

IEnumerable< object > Attributes [get]
 The attributes of it.
 
string Name [get]
 The name of it.
 
ITypeData BaseType [get]
 The base type of this type.
 
bool CanCreateInstance [get]
 Gets if CreateInstance will work for this type. For examples, for interfaces and abstract classes it will not work.
 
- Properties inherited from OpenTap.ITypeData
- Properties inherited from OpenTap.IReflectionData

Detailed Description

A type data representing null values.

Member Function Documentation

◆ CreateInstance()

object OpenTap.NullTypeData.CreateInstance ( object[] arguments)

Creates an instance of this type. The arguments are used for construction.

Parameters
arguments
Returns

Implements OpenTap.ITypeData.

◆ GetMember()

IMemberData OpenTap.NullTypeData.GetMember ( string name)

Gets a member of this object by name.

Parameters
name
Returns

Implements OpenTap.ITypeData.

◆ GetMembers()

IEnumerable< IMemberData > OpenTap.NullTypeData.GetMembers ( )

Gets the members of this object.

Returns

Implements OpenTap.ITypeData.

OpenTAP 9.34 API built Wed Jul 1 2026 09:21:15