Property | Type | Description | |
---|---|---|---|
_index | int | ||
_name | string |
Method | Description | |
---|---|---|
CreateUserRoutine ( string name, |
Used by compiler generated code. Creates instance of RoutineInfo representing a user PHP function.
|
Method | Description | |
---|---|---|
RoutineInfo ( int index, string name ) : System |
public static CreateUserRoutine ( string name, |
||
name | string | Functio name. |
handle | CLR method handle. | |
return |
protected RoutineInfo ( int index, string name ) : System | ||
index | int | |
name | string | |
return | System |