FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

IArgumentStream<'TUserState> Type

Instance members

Instance member Description

this.Argv

Full Usage: this.Argv

Returns: string array
Modifiers: abstract
Returns: string array

this.CurrentState

Full Usage: this.CurrentState

Returns: IArgumentStreamState<'TUserState>
Modifiers: abstract
Returns: IArgumentStreamState<'TUserState>

this.IsEnd

Full Usage: this.IsEnd

Returns: bool
Modifiers: abstract
Returns: bool

this.Peek

Full Usage: this.Peek

Returns: string option
Modifiers: abstract
Returns: string option

this.PeekFull

Full Usage: this.PeekFull

Returns: string option
Modifiers: abstract
Returns: string option

this.Position

Full Usage: this.Position

Returns: ArgumentStreamPosition
Modifiers: abstract
Returns: ArgumentStreamPosition

this.Read

Full Usage: this.Read

Returns: string option
Modifiers: abstract
Returns: string option

this.ReadFull

Full Usage: this.ReadFull

Returns: string option
Modifiers: abstract
Returns: string option

this.RestoreState

Full Usage: this.RestoreState

Parameters:
Modifiers: abstract
arg0 : IArgumentStreamState<'TUserState>

this.Seek

Full Usage: this.Seek

Parameters:
Modifiers: abstract
arg0 : ArgumentStreamPosition

this.Skip

Full Usage: this.Skip

Modifiers: abstract

this.SkipAndPeek

Full Usage: this.SkipAndPeek

Returns: string option
Modifiers: abstract
Returns: string option

this.SkipAndPeekFull

Full Usage: this.SkipAndPeekFull

Returns: string option
Modifiers: abstract
Returns: string option

this.SkipFull

Full Usage: this.SkipFull

Modifiers: abstract

this.StateTag

Full Usage: this.StateTag

Returns: int64
Modifiers: abstract
Returns: int64

this.UpdateStateTag

Full Usage: this.UpdateStateTag

Modifiers: abstract

this.UserState

Full Usage: this.UserState

Modifiers: abstract