Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IWizard.Cast Examples
Programming Language:
C# (CSharp)
Class/Type:
IWizard
Method/Function:
Cast
Examples at hotexamples.com:
1
C# (CSharp) IWizard.Cast - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IWizard.Cast
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GoToStep(13)
RunStarted(12)
ProjectFinishedGenerating(8)
RunFinished(6)
IsLastPage(5)
GetPendingRenames(4)
BeforeOpeningFile(4)
ResumeAsync(4)
ProjectItemFinishedGenerating(4)
InsertPage(4)
GetUnknown(3)
GetConflicts(3)
MoveForwardAsync(3)
GetValidationContextForCurrentPage(2)
GetTypeFactory(2)
GetType(2)
Next(2)
Finish(2)
AddSpell(2)
MoveBackAsync(1)
Move(1)
MoveToPageAsync(1)
Remove(1)
SelectPage(1)
IsFirstPage(1)
Invoke(1)
Add(1)
InitUI(1)
Hide(1)
AddItemByList(1)
GetTotalAccummulatedStrikePoints(1)
GetSIDList(1)
GetPattern(1)
GetPageCount(1)
GetHealthPoints(1)
GetCertList(1)
DoStep(1)
CreateWizardButton(1)
Cast(1)
Cancel(1)
Apply(1)
AddPage(1)
SetPattern(1)
Frequently Used Methods
GoToStep (13)
RunStarted (12)
ProjectFinishedGenerating (8)
RunFinished (6)
IsLastPage (5)
GetPendingRenames (4)
BeforeOpeningFile (4)
ResumeAsync (4)
ProjectItemFinishedGenerating (4)
InsertPage (4)
Frequently Used Methods
GetUnknown (3)
GetConflicts (3)
MoveForwardAsync (3)
GetValidationContextForCurrentPage (2)
GetTypeFactory (2)
GetType (2)
Next (2)
Finish (2)
AddSpell (2)
MoveBackAsync (1)
Move (1)
MoveToPageAsync (1)
Remove (1)
SelectPage (1)
IsFirstPage (1)
Invoke (1)
Add (1)
InitUI (1)
Hide (1)
AddItemByList (1)
Frequently Used Methods
Move (1)
MoveToPageAsync (1)
Remove (1)
SelectPage (1)
IsFirstPage (1)
Invoke (1)
Add (1)
InitUI (1)
Hide (1)
AddItemByList (1)
GetTotalAccummulatedStrikePoints (1)
GetSIDList (1)
GetPattern (1)
GetPageCount (1)
GetHealthPoints (1)
GetCertList (1)
DoStep (1)
CreateWizardButton (1)
Cast (1)
Cancel (1)
Apply (1)
AddPage (1)
SetPattern (1)
Frequently Used Methods
GetTotalAccummulatedStrikePoints (1)
GetSIDList (1)
GetPattern (1)
GetPageCount (1)
GetHealthPoints (1)
GetCertList (1)
DoStep (1)
CreateWizardButton (1)
Cast (1)
Cancel (1)
Apply (1)
AddPage (1)
SetPattern (1)
Example #1
0
Show file
public bool DoSomething(SpellBase spell) { return _wizard.Cast(spell); }
x