CreateObject 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| CreateObject(Type) | |
| CreateObject(Type, ArgumentCollection) | |
| CreateObject(Type, VocabularyLink) | |
| CreateObject(Type, ArgumentCollection, VocabularyLink) |
CreateObject(Type)
public:
CreateObject(Type ^ classType);
public CreateObject(Type classType);
new Microsoft.RuleEngine.CreateObject : Type -> Microsoft.RuleEngine.CreateObject
Public Sub New (classType As Type)
參數
- classType
- Type
適用於
CreateObject(Type, ArgumentCollection)
public:
CreateObject(Type ^ classType, Microsoft::RuleEngine::ArgumentCollection ^ constructorArguments);
public CreateObject(Type classType, Microsoft.RuleEngine.ArgumentCollection constructorArguments);
new Microsoft.RuleEngine.CreateObject : Type * Microsoft.RuleEngine.ArgumentCollection -> Microsoft.RuleEngine.CreateObject
Public Sub New (classType As Type, constructorArguments As ArgumentCollection)
參數
- classType
- Type
- constructorArguments
- ArgumentCollection
適用於
CreateObject(Type, VocabularyLink)
public:
CreateObject(Type ^ classType, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public CreateObject(Type classType, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.CreateObject : Type * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.CreateObject
參數
- classType
- Type
- vocabularyLink
- VocabularyLink
適用於
CreateObject(Type, ArgumentCollection, VocabularyLink)
public:
CreateObject(Type ^ classType, Microsoft::RuleEngine::ArgumentCollection ^ constructorArguments, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public CreateObject(Type classType, Microsoft.RuleEngine.ArgumentCollection constructorArguments, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.CreateObject : Type * Microsoft.RuleEngine.ArgumentCollection * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.CreateObject
參數
- classType
- Type
- constructorArguments
- ArgumentCollection
- vocabularyLink
- VocabularyLink