SysProcAttr

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.syscall
  • Platforms: .NET, .NET Standard 2.0, Island

Fields


CmdLine

 

var CmdLine: String;

 

String CmdLine

 

var CmdLine: String

 

CmdLine String

 

FIELD CmdLine() As String

CreationFlags

 

var CreationFlags: UInt32;

 

UInt32 CreationFlags

 

var CreationFlags: UInt32

 

CreationFlags UInt32

 

FIELD CreationFlags() As UInt32

HideWindow

 

var HideWindow: Boolean;

 

Boolean HideWindow

 

var HideWindow: Boolean

 

HideWindow Boolean

 

FIELD HideWindow() As Boolean

Instance Methods


constructor

 

constructor

 

SysProcAttr()

 

init()

 

Sub New()

constructor (SysProcAttr)

 

constructor(value: SysProcAttr)

 

SysProcAttr(SysProcAttr value)

 

init(_ value: SysProcAttr)

 

Sub New(value As SysProcAttr)

Parameters:

  • value: