Property | Type | Description | |
---|---|---|---|
MatchesInvoke | bool |
Method | Description | |
---|---|---|
ToString ( ) : string |
Method | Description | |
---|---|---|
RoutineInfo ( ObjectName routineName ) : System |
Constructs a routine info with the given name.
|
|
RoutineInfo ( ObjectName routineName, |
Constructs the routine info with the given signature.
|
Method | Description | |
---|---|---|
MatchesInvoke ( |
protected RoutineInfo ( ObjectName routineName ) : System | ||
routineName | ObjectName | The name uniquely identifying the routine. |
return | System |
protected RoutineInfo ( ObjectName routineName, |
||
routineName | ObjectName | The name uniquely identifying the routine. |
parameters | The list of parameter information of the routine. | |
return | System |