DismDriverExtensionsGetDriverInfoString Method
Returns a string representation of the source DismDriver object.
Namespace: DevCase.ThirdParty.Dism.Extensions.DismDriverExtensionsAssembly: DevCase.net48.ThirdParty.Dism (in DevCase.net48.ThirdParty.Dism.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string GetDriverInfoString(
this DismDriver driver,
bool singleLine
)
<ExtensionAttribute>
Public Shared Function GetDriverInfoString (
driver As DismDriver,
singleLine As Boolean
) As String
Dim driver As DismDriver
Dim singleLine As Boolean
Dim returnValue As String
returnValue = driver.GetDriverInfoString(singleLine)
public:
[ExtensionAttribute]
static String^ GetDriverInfoString(
DismDriver^ driver,
bool singleLine
)
[<ExtensionAttribute>]
static member GetDriverInfoString :
driver : DismDriver *
singleLine : bool -> string
No code example is currently available or this language may not be supported.
- driver DismDriver
-
The source DismDriver object.
- singleLine Boolean
-
If , returns a single-line string;
otherwise, a multi-line string.
String
The resulting string that represents the source
DismDriver object.
In Visual Basic and C#, you can call this method as an instance method on any object of type
DismDriver. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
Microsoft.Dism by jeffkl