AxImporter.Options 類別

定義

表示 AxImporter 的一組選項。

public: ref class AxImporter::Options sealed
public sealed class AxImporter.Options
type AxImporter.Options = class
Public NotInheritable Class AxImporter.Options
繼承
AxImporter.Options

建構函式

AxImporter.Options()

初始化 AxImporter.Options 類別的新執行個體。

欄位

delaySign

指定產生的組件是否以強式名稱命名,並會於稍後簽名該組件。

genSources

指定是否應產生型別程式庫包裝函式的來源。

ignoreRegisteredOcx

指定是否只使用命令列的輸入而不依賴已註冊的版本。

keyContainer

指定至包含產生的組件的強式名稱金鑰容器的檔案路徑。

keyFile

指定至包含產生的組件的強式名稱金鑰的檔案路徑。

keyPair

指定產生的組件所使用的強式名稱。

msBuildErrors

指定是否將錯誤輸出為 Microsoft Build Engine (MSBuild) 格式。

noLogo

指示匯入控制項時,是否要顯示 ActiveX 匯入工具標誌。

outputDirectory

指定至產生的組件建立位置的目錄的路徑。

outputName

指定產生 ActiveX 控制項包裝函式的目標檔名。

overwriteRCW

指定產生組件時,是否要覆寫現有檔案。

publicKey

指定用於簽章產生的組件的公開金鑰。

references

指定產生組件時,解析型別和參考所使用的 AxImporter.IReferenceResolver

silentMode

指定是否要以無訊息模式 (Silent Mode) 編譯,這種模式在編譯時產生較少的顯示資訊。

verboseMode

指定是否要以詳細資訊模式編譯,這種模式在編譯時產生較多的顯示資訊。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於