OpenTAP 9.24
API Reference
Public Member Functions | List of all members
OpenTap.NullTypeData Class Reference

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. More...
 
IMemberData GetMember (string name)
 Gets a member of this object by name. More...
 
object CreateInstance (object[] arguments)
 Creates an instance of this type. The arguments are used for construction. More...
 

Additional Inherited Members

- Properties inherited from OpenTap.ITypeData
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.IReflectionData
IEnumerable< object > Attributes [get]
 The attributes of it.
 
string Name [get]
 The name of it.
 

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.24 API built Tue Apr 30 2024 13:44:42