Method | Description | |
---|---|---|
CommentCallback ( string comment ) : System.Windows.Documents.Run | ||
Invoke ( int handle ) : int | ||
InvokeSimulation ( ) : int | ||
ParseSyntax ( string str, ParseSyntaxWordCallbackDelegate customWordCallback = null ) : System.Windows.Documents.FlowDocument | ||
ToString ( ) : string | ||
WordCallback ( string word ) : System.Windows.Documents.Run |
Method | Description | |
---|---|---|
InvokeInternal ( int handle ) : int | ||
InvokeInternalSimulation ( ) : int | ||
OnPropertyChanged ( string name ) : void |
Method | Description | |
---|---|---|
GetReturnValueString ( int ret ) : string |
public static CommentCallback ( string comment ) : System.Windows.Documents.Run | ||
comment | string | |
return | System.Windows.Documents.Run |
protected abstract InvokeInternal ( int handle ) : int | ||
handle | int | |
return | int |
protected abstract InvokeInternalSimulation ( ) : int | ||
return | int |
protected OnPropertyChanged ( string name ) : void | ||
name | string | |
return | void |
public static ParseSyntax ( string str, ParseSyntaxWordCallbackDelegate customWordCallback = null ) : System.Windows.Documents.FlowDocument | ||
str | string | |
customWordCallback | ParseSyntaxWordCallbackDelegate | |
return | System.Windows.Documents.FlowDocument |
public static WordCallback ( string word ) : System.Windows.Documents.Run | ||
word | string | |
return | System.Windows.Documents.Run |