C# 클래스 Nibbler.ExtensionConfiguration

파일 보기 프로젝트 열기: dcramer/nibbits-maploader 1 사용 예제들

공개 메소드들

메소드 설명
ExtensionConfiguration ( ) : System
GetCopyPathForExtension ( string extension ) : string

Returns the path to copy the file to for a given extension. Will return a custom path for each OS if specified in extension.xml

IsValidExtension ( string extension ) : bool

Checks if there's an action defined for this extension

ReadConfig ( ) : void

Reads the extension.xml

메소드 상세

ExtensionConfiguration() 공개 메소드

public ExtensionConfiguration ( ) : System
리턴 System

GetCopyPathForExtension() 공개 메소드

Returns the path to copy the file to for a given extension. Will return a custom path for each OS if specified in extension.xml
public GetCopyPathForExtension ( string extension ) : string
extension string
리턴 string

IsValidExtension() 공개 메소드

Checks if there's an action defined for this extension
public IsValidExtension ( string extension ) : bool
extension string
리턴 bool

ReadConfig() 공개 메소드

Reads the extension.xml
public ReadConfig ( ) : void
리턴 void