Einzelnen Beitrag anzeigen

Benutzerbild von Khabarakh
Khabarakh

Registriert seit: 18. Aug 2004
Ort: Brackenheim VS08 Pro
2.876 Beiträge
 
#2

Re: powershell cmdlet (delphi.net)

  Alt 29. Feb 2008, 20: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
  Mit Zitat antworten Zitat