--- title: Standard XPCOM components slug: Mozilla/Tech/XPCOM/Reference/Components tags: - Components - Landing - Mozilla - NeedsContent - NeedsTranslation - TopicStub - XPCOM translation_of: Mozilla/Tech/XPCOM/Reference/Components ---

There are a number of components provided in the standard implementation of XPCOM; these are as follows.

nsCategoryManager
The XPCOM Category Manager.
nsDirectoryService
XPCOM ディレクトリサービス。このサービスは、OS 固有のマナーで "よく知られた" ディレクトリの場所を返します。例えば、システムの一時ディレクトリやデスクトップディレクトリ、現在の作業ディレクトリなどのパスを提供します。
nsLocalFile
nsILocalFile を実装するコンポーネント。
nsObserverService
XPCOM Observer サービス。
nsScriptableInputStream
nsIScriptableInputStream を実装するコンポーネント。