C# Класс CsDebugScript.CodeGen.TypeTrees.SingleClassInheritanceWithInterfacesTypeTree

Type tree that represents single base class and notes that user type also implements some interfaces (types without fields and have just vtable).
Наследование: TypeTree
Показать файл Открыть проект

Открытые методы

Метод Описание
GetTypeString ( bool truncateNamespace = false ) : string

Gets the string representing this type tree in C# code.

SingleClassInheritanceWithInterfacesTypeTree ( UserType baseClassUserType, UserTypeFactory factory ) : CsDebugScript.CodeGen.UserTypes

Initializes a new instance of the SingleClassInheritanceWithInterfacesTypeTree class.

Описание методов

GetTypeString() публичный Метод

Gets the string representing this type tree in C# code.
public GetTypeString ( bool truncateNamespace = false ) : string
truncateNamespace bool if set to true namespace will be truncated from generating type string.
Результат string

SingleClassInheritanceWithInterfacesTypeTree() публичный Метод

Initializes a new instance of the SingleClassInheritanceWithInterfacesTypeTree class.
public SingleClassInheritanceWithInterfacesTypeTree ( UserType baseClassUserType, UserTypeFactory factory ) : CsDebugScript.CodeGen.UserTypes
baseClassUserType CsDebugScript.CodeGen.UserTypes.UserType The base class user type.
factory CsDebugScript.CodeGen.UserTypes.UserTypeFactory The user type factory.
Результат CsDebugScript.CodeGen.UserTypes