C# 클래스 Castle.MicroKernel.SubSystemConstants

Holds the keys used by Kernel to register/request a subsystem.
파일 보기 프로젝트 열기: castleproject/Windsor

공개 프로퍼티들

프로퍼티 타입 설명
ConfigurationStoreKey String
ConversionManagerKey String
DiagnosticsKey String
NamingKey String
ResourceKey String

프로퍼티 상세

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

Key used for the configuration store subsystem
public static String ConfigurationStoreKey
리턴 String

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

Key used for the conversion manager
public static String ConversionManagerKey
리턴 String

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

Key used for the diagnostics subsystem
public static String DiagnosticsKey
리턴 String

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

Key used for the naming subsystem
public static String NamingKey
리턴 String

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

Key used for the resource subsystem
public static String ResourceKey
리턴 String