C# Класс MasterInstaller.Components.ComponentStorage

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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