Request.Debug Method (String, Object[])

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.PackageProvider.Bootstrap
Assembly: Microsoft.OneGet.PackageProvider.Bootstrap (in Microsoft.OneGet.PackageProvider.Bootstrap.dll)

Usage

'Usage
Dim instance As Request
Dim messageText As String
Dim args As Object()
Dim returnValue As Boolean

returnValue = instance.Debug(messageText, args)

Syntax

'Declaration
Public Function Debug ( _
    messageText As String, _
    ParamArray args As Object() _
) As Boolean
public bool Debug (
    string messageText,
    params Object[] args
)
public:
bool Debug (
    String^ messageText, 
    ... array<Object^>^ args
)
public boolean Debug (
    String messageText, 
    Object[] args
)
public function Debug (
    messageText : String, 
    ... args : Object[]
) : boolean

Parameters

  • messageText
  • args

Return Value

Returns Boolean.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

Request Class
Request Members
Microsoft.OneGet.PackageProvider.Bootstrap Namespace