DkmModule.GetCompilerOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method returns compiler flags of the given GPU module.
public:
System::String ^ GetCompilerOptions();
public:
Platform::String ^ GetCompilerOptions();
std::wstring GetCompilerOptions();
public string GetCompilerOptions ();
public string? GetCompilerOptions ();
member this.GetCompilerOptions : unit -> string
Public Function GetCompilerOptions () As String
Returns
[Out,Optional] returns the compiler flags.