Registriert seit: 18. Aug 2004
Ort: Brackenheim VS08 Pro
2.876 Beiträge
|
Re: powershell cmdlet (delphi.net)
29. Feb 2008, 21:39
As you know, .Create in Delphi invokes a constructor, whereas the C# code invokes a static method called "Create". To do this in Delphi, try
RunSpaceConfiguration.&Create;
This will prevent the compiler from interpreting "Create" as a constructor call.
Sebastian Moderator in der EE
|