C# 클래스 DoxDoxygenXML.ParserTools

파일 보기 프로젝트 열기: codaxy/dox

공개 메소드들

메소드 설명
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