Метод | Описание | |
---|---|---|
Dispatch ( string method ) : object |
Dispatches the specified method.
|
|
IsGeneratorMethod ( string method ) : bool |
Determines whether [is generator method] [the specified method].
|
Метод | Описание | |
---|---|---|
PopulateAvailableMethods ( IDictionary generatorMethods, |
Populates the available methods.
|
Метод | Описание | |
---|---|---|
BuildMethodArgs ( |
public Dispatch ( string method ) : object | ||
method | string | The method. |
Результат | object |
public IsGeneratorMethod ( string method ) : bool | ||
method | string | The method. |
Результат | bool |
protected static PopulateAvailableMethods ( IDictionary generatorMethods, |
||
generatorMethods | IDictionary | The generator methods. |
methods | The methods. | |
Результат | void |