CreateObject Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Aplica-se 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
Aplica-se 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
Aplica-se 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