- ServiceDirectory
- The service directory.
- DisplayName
- The service display name that loaded the module.
| Visual Basic (Declaration) | |
|---|---|
Overridable Sub Load( _ ByVal ServiceDirectory As String, _ ByVal DisplayName As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual void Load( string ServiceDirectory, string DisplayName ) | |
| C++/CLI | |
|---|---|
virtual void Load( String^ ServiceDirectory, String^ DisplayName ) | |
Parameters
- ServiceDirectory
- The service directory.
- DisplayName
- The service display name that loaded the module.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code