| Visual Basic (Declaration) | |
|---|---|
Public Sub RegisterPreloadImage( _ ByVal image As System.String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebScheduler Dim image As System.String instance.RegisterPreloadImage(image) | |
| C# | |
|---|---|
public void RegisterPreloadImage( System.string image ) | |
| Delphi | |
|---|---|
public procedure RegisterPreloadImage( image: System.String ); | |
| JScript | |
|---|---|
public function RegisterPreloadImage( image : System.String ); | |
| Managed Extensions for C++ | |
|---|---|
public: void RegisterPreloadImage( System.string* image ) | |
| C++/CLI | |
|---|---|
public: void RegisterPreloadImage( System.String^ image ) | |
Parameters
- image
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