Intersoft WebScheduler Documentation
CreateInstance(IDictionary) Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerDateTimeConverter Class > CreateInstance Method : CreateInstance(IDictionary) Method






propertyValues

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")>
Public Overloads Function CreateInstance( _
   ByVal propertyValues As System.Collections.IDictionary _
) As System.Object
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerDateTimeConverter
Dim propertyValues As System.Collections.IDictionary
Dim value As System.Object
 
value = instance.CreateInstance(propertyValues)
C# 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public System.object CreateInstance( 
   System.Collections.IDictionary propertyValues
)
Delphi 
public function CreateInstance( 
    propertyValues: System.Collections.IDictionary
): System.TObject; 
JScript 
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")
public function CreateInstance( 
   propertyValues : System.Collections.IDictionary
) : System.Object;
Managed Extensions for C++ 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public: System.Object* CreateInstance( 
   System.Collections.IDictionary* propertyValues
) 
C++/CLI 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public:
System.Object^ CreateInstance( 
   System.Collections.IDictionary^ propertyValues
) 

Parameters

propertyValues

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

©2013 Intersoft Solutions Corp. All Rights Reserved.