C# 클래스 Sparkles.Preset

상속: System.Xml.XmlDocument
파일 보기 프로젝트 열기: hbons/SparkleShare 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LocalPresetsPath string
PresetsPath string

공개 메소드들

메소드 설명
Create ( string name, string description, string address_value, string address_example, string path_value, string path_example ) : Preset
Preset ( string preset_path ) : System

비공개 메소드들

메소드 설명
GetValue ( string a, string b ) : string

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string name, string description, string address_value, string address_example, string path_value, string path_example ) : Preset
name string
description string
address_value string
address_example string
path_value string
path_example string
리턴 Preset

Preset() 공개 메소드

public Preset ( string preset_path ) : System
preset_path string
리턴 System

프로퍼티 상세

LocalPresetsPath 공개적으로 정적으로 프로퍼티

public static string LocalPresetsPath
리턴 string

PresetsPath 공개적으로 정적으로 프로퍼티

public static string PresetsPath
리턴 string