CreateObject Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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)
Parametri
- classType
- Type
Si applica a
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)
Parametri
- classType
- Type
- constructorArguments
- ArgumentCollection
Si applica a
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
Parametri
- classType
- Type
- vocabularyLink
- VocabularyLink
Si applica a
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
Parametri
- classType
- Type
- constructorArguments
- ArgumentCollection
- vocabularyLink
- VocabularyLink