C# 클래스 BuildingCoder.CmdInstallLocation

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 메소드들

메소드 설명
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

비공개 메소드들

메소드 설명
FormatData ( string description, string version_name, string product_code, string install_location ) : string
GetRevitInstallLocation ( string product_code ) : string
GetRevitProductCode ( string reg_path_product ) : string
GetSubkeyValue ( string reg_path_key, string subkey_name, string value_name ) : string

Return a specific string value from a specific subkey of a given registry key.

RegPathForFlavour ( ProductType flavour, string version ) : string

메소드 상세

Execute() 공개 메소드

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
리턴 System.Result