C# 클래스 Nitra.Visualizer.Utils

파일 보기 프로젝트 열기: rsdn/nitra

공개 메소드들

메소드 설명
Count ( this seq ) : int
EnsureBackslash ( string baseDir ) : string
Escape ( string str ) : string
GetAssemblyPaths ( string assemblyPaths ) : string[]
IsEmpty ( this seq ) : bool
IsInvalidDirName ( string testSuiteName ) : bool
LoadAssembly ( string assemblyFilePath, string config ) : Assembly
MakeRelativePath ( string from, bool isFromDir, string to, bool isToDir ) : string
MakeXml ( [ root, [ language, [ dynamicExtensions, LibReference libs, bool disableSemanticAnalysis = true ) : string
UpdatePathForConfig ( string assemblyFilePath, string config ) : string
WrapToXaml ( string xaml ) : string

비공개 메소드들

메소드 설명
PathRelativePathTo ( StringBuilder lpszDst, string from, FILE_ATTRIBUTE attrFrom, string to, FILE_ATTRIBUTE attrTo ) : bool

메소드 상세

Count() 공개 정적인 메소드

public static Count ( this seq ) : int
seq this
리턴 int

EnsureBackslash() 공개 정적인 메소드

public static EnsureBackslash ( string baseDir ) : string
baseDir string
리턴 string

Escape() 공개 정적인 메소드

public static Escape ( string str ) : string
str string
리턴 string

GetAssemblyPaths() 공개 정적인 메소드

public static GetAssemblyPaths ( string assemblyPaths ) : string[]
assemblyPaths string
리턴 string[]

IsEmpty() 공개 정적인 메소드

public static IsEmpty ( this seq ) : bool
seq this
리턴 bool

IsInvalidDirName() 공개 정적인 메소드

public static IsInvalidDirName ( string testSuiteName ) : bool
testSuiteName string
리턴 bool

LoadAssembly() 공개 정적인 메소드

public static LoadAssembly ( string assemblyFilePath, string config ) : Assembly
assemblyFilePath string
config string
리턴 System.Reflection.Assembly

MakeRelativePath() 공개 정적인 메소드

public static MakeRelativePath ( string from, bool isFromDir, string to, bool isToDir ) : string
from string
isFromDir bool
to string
isToDir bool
리턴 string

MakeXml() 공개 정적인 메소드

public static MakeXml ( [ root, [ language, [ dynamicExtensions, LibReference libs, bool disableSemanticAnalysis = true ) : string
root [
language [
dynamicExtensions [
libs LibReference
disableSemanticAnalysis bool
리턴 string

UpdatePathForConfig() 공개 정적인 메소드

public static UpdatePathForConfig ( string assemblyFilePath, string config ) : string
assemblyFilePath string
config string
리턴 string

WrapToXaml() 공개 정적인 메소드

public static WrapToXaml ( string xaml ) : string
xaml string
리턴 string