C# Класс DoxDoxygenXML.ParserTools

Показать файл Открыть проект

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

Метод Описание
CreateType ( string kind ) : Type

Parse type of Type from string to Type Enum

GetNameFromFullName ( string name ) : string

Split the name from the fullName

GetNamespaceFromFullName ( string fullName ) : string

Split the Namepsace information from the fullName

ParseProtectionLevel ( string level ) : ProtectionLevel

Parse protection level from string to ProtectionLevel enum

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

CreateType() публичный статический Метод

Parse type of Type from string to Type Enum
public static CreateType ( string kind ) : Type
kind string /// A ///
Результат Codaxy.Dox.Type

GetNameFromFullName() публичный статический Метод

Split the name from the fullName
public static GetNameFromFullName ( string name ) : string
name string /// A ///
Результат string

GetNamespaceFromFullName() публичный статический Метод

Split the Namepsace information from the fullName
public static GetNamespaceFromFullName ( string fullName ) : string
fullName string /// A ///
Результат string

ParseProtectionLevel() публичный статический Метод

Parse protection level from string to ProtectionLevel enum
public static ParseProtectionLevel ( string level ) : ProtectionLevel
level string /// A ///
Результат ProtectionLevel