C# 클래스 BetterExplorer.Utilities

파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
AppDirectoryItem ( string FileName ) : string
CombinePaths ( List paths, string separatorvalue = ";", bool checkforfolders = false ) : string
GetRegistryValue ( string Name, string DefaultValue ) : Object
Load ( string filename ) : System.Windows.ResourceDictionary

Move somewhere else later

RemoveExtensionsFromFile ( string file, string ext ) : string
SetRegistryValue ( string Name, object Value ) : void
SetRegistryValue ( string Name, object Value, RegistryValueKind Kind ) : void

비공개 메소드들

메소드 설명
Build_MenuItem ( Object header = null, Object tag = null, Object icon = null, string name = null, object ToolTip = null, bool focusable = true, bool checkable = false, bool isChecked = false, string GroupName = null, System onClick = null ) : Fluent.MenuItem
GetValueOnly ( string property, string value ) : string
Utilities ( ) : System

메소드 상세

AppDirectoryItem() 공개 정적인 메소드

public static AppDirectoryItem ( string FileName ) : string
FileName string
리턴 string

CombinePaths() 공개 정적인 메소드

public static CombinePaths ( List paths, string separatorvalue = ";", bool checkforfolders = false ) : string
paths List
separatorvalue string
checkforfolders bool
리턴 string

GetRegistryValue() 공개 정적인 메소드

public static GetRegistryValue ( string Name, string DefaultValue ) : Object
Name string
DefaultValue string
리턴 Object

Load() 공개 정적인 메소드

Move somewhere else later
public static Load ( string filename ) : System.Windows.ResourceDictionary
filename string
리턴 System.Windows.ResourceDictionary

RemoveExtensionsFromFile() 공개 정적인 메소드

public static RemoveExtensionsFromFile ( string file, string ext ) : string
file string
ext string
리턴 string

SetRegistryValue() 공개 정적인 메소드

public static SetRegistryValue ( string Name, object Value ) : void
Name string
Value object
리턴 void

SetRegistryValue() 공개 정적인 메소드

public static SetRegistryValue ( string Name, object Value, RegistryValueKind Kind ) : void
Name string
Value object
Kind RegistryValueKind
리턴 void