Метод | Описание | |
---|---|---|
CompilerOptions ( ) : System |
Initializes a new instance of the CompilerOptions class.
|
|
GetCustomOption ( string name ) : string | ||
GetCustomOptionAsBoolean ( string name, bool @default = false ) : bool |
Gets the custom option as boolean.
|
|
GetCustomOptionAsInteger ( string name, int @default ) : int |
Gets the custom option as integer.
|
|
GetCustomOptionAsInteger ( string name, int @default = null ) : int? |
Gets the custom option as integer.
|
|
SetCustomOption ( string name, string value ) : void |
Sets the custom option.
|
public GetCustomOption ( string name ) : string | ||
name | string | |
Результат | string |
public GetCustomOptionAsBoolean ( string name, bool @default = false ) : bool | ||
name | string | The name. |
@default | bool | |
Результат | bool |
public GetCustomOptionAsInteger ( string name, int @default ) : int | ||
name | string | The name. |
@default | int | |
Результат | int |
public GetCustomOptionAsInteger ( string name, int @default = null ) : int? | ||
name | string | The name. |
@default | int | |
Результат | int? |
public SetCustomOption ( string name, string value ) : void | ||
name | string | The name. |
value | string | The value. |
Результат | void |