C# 클래스 MasterInstaller.Components.ComponentStorage

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 프로퍼티들

프로퍼티 타입 설명
CompletedComponent MasterInstaller.Components.MainComponents.Completed.CompletedComponent
CustomSetupComponent MasterInstaller.Components.MainComponents.CustomSetup.CustomSetupComponent
DirectXComponent MasterInstaller.Components.InstallableComponents.DirectX.DirectXComponent
FileAssociationComponent MasterInstaller.Components.InstallableComponents.FRBDK.FileAssociationComponent
FrbdkComponent MasterInstaller.Components.InstallableComponents.FRBDK.FrbdkComponent
FrbdkSetupComponent MasterInstaller.Components.SetupComponents.FrbdkSetup.FrbdkSetupComponent
IntroductionComponent MasterInstaller.Components.MainComponents.Introduction.IntroductionComponent
Settings bool>.SerializableDictionary
Xna3_1Component MasterInstaller.Components.InstallableComponents.XNA3_1.XNA3_1Component
Xna4Component MasterInstaller.Components.InstallableComponents.XNA4.XNA4Component

공개 메소드들

메소드 설명
GetInstallableComponents ( ) : List
GetValue ( string name ) : bool
SetValue ( string name, bool value ) : void

비공개 메소드들

메소드 설명
Initialize ( ) : void

메소드 상세

GetInstallableComponents() 공개 정적인 메소드

public static GetInstallableComponents ( ) : List
리턴 List

GetValue() 공개 정적인 메소드

public static GetValue ( string name ) : bool
name string
리턴 bool

SetValue() 공개 정적인 메소드

public static SetValue ( string name, bool value ) : void
name string
value bool
리턴 void

프로퍼티 상세

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

public static CompletedComponent,MasterInstaller.Components.MainComponents.Completed CompletedComponent
리턴 MasterInstaller.Components.MainComponents.Completed.CompletedComponent

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

public static CustomSetupComponent,MasterInstaller.Components.MainComponents.CustomSetup CustomSetupComponent
리턴 MasterInstaller.Components.MainComponents.CustomSetup.CustomSetupComponent

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

public static DirectXComponent,MasterInstaller.Components.InstallableComponents.DirectX DirectXComponent
리턴 MasterInstaller.Components.InstallableComponents.DirectX.DirectXComponent

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

public static FileAssociationComponent,MasterInstaller.Components.InstallableComponents.FRBDK FileAssociationComponent
리턴 MasterInstaller.Components.InstallableComponents.FRBDK.FileAssociationComponent

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

public static FrbdkComponent,MasterInstaller.Components.InstallableComponents.FRBDK FrbdkComponent
리턴 MasterInstaller.Components.InstallableComponents.FRBDK.FrbdkComponent

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

public static FrbdkSetupComponent,MasterInstaller.Components.SetupComponents.FrbdkSetup FrbdkSetupComponent
리턴 MasterInstaller.Components.SetupComponents.FrbdkSetup.FrbdkSetupComponent

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

public static IntroductionComponent,MasterInstaller.Components.MainComponents.Introduction IntroductionComponent
리턴 MasterInstaller.Components.MainComponents.Introduction.IntroductionComponent

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

public static SerializableDictionary Settings
리턴 bool>.SerializableDictionary

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

public static XNA3_1Component,MasterInstaller.Components.InstallableComponents.XNA3_1 Xna3_1Component
리턴 MasterInstaller.Components.InstallableComponents.XNA3_1.XNA3_1Component

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

public static XNA4Component,MasterInstaller.Components.InstallableComponents.XNA4 Xna4Component
리턴 MasterInstaller.Components.InstallableComponents.XNA4.XNA4Component