CreateObject Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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)
Parámetros
- classType
- Type
Se aplica 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)
Parámetros
- classType
- Type
- constructorArguments
- ArgumentCollection
Se aplica 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
Parámetros
- classType
- Type
- vocabularyLink
- VocabularyLink
Se aplica 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
Parámetros
- classType
- Type
- constructorArguments
- ArgumentCollection
- vocabularyLink
- VocabularyLink