C# 클래스 AdvancedLauncher.SDK.Model.Config.Profile

User profile settings
상속: CrossDomainObject, INotifyPropertyChanged
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether this instance and another specified Profile are the same

GetHashCode ( ) : int

Returns the hash code for this Profile

Profile ( ) : System

Initializes a new Profile instance

Profile ( Profile p ) : System

Initializes a new Profile based on another

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( String propertyName ) : void

메소드 상세

Equals() 공개 메소드

Determines whether this instance and another specified Profile are the same
public Equals ( object obj ) : bool
obj object The object to compare to this instance
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this Profile
public GetHashCode ( ) : int
리턴 int

Profile() 공개 메소드

Initializes a new Profile instance
public Profile ( ) : System
리턴 System

Profile() 공개 메소드

Initializes a new Profile based on another
public Profile ( Profile p ) : System
p Profile Source
리턴 System