CreateObject Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
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)
Parametry
- classType
- Type
Platí pro
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)
Parametry
- classType
- Type
- constructorArguments
- ArgumentCollection
Platí pro
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
Parametry
- classType
- Type
- vocabularyLink
- VocabularyLink
Platí pro
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
Parametry
- classType
- Type
- constructorArguments
- ArgumentCollection
- vocabularyLink
- VocabularyLink