메소드 | 설명 | |
---|---|---|
CreateMethodCallOperation ( |
Generates a new method call operation.
|
|
Dispose ( ) : void |
Disposes of the operation.
|
|
IsMethod ( |
메소드 | 설명 | |
---|---|---|
Operation ( OperationContext context, |
Initializes a new instance.
|
public static CreateMethodCallOperation ( |
||
type | ||
context | OperationContext | |
expression | ||
리턴 | IOperation |
public static IsMethod ( |
||
method | ||
name | string | |
typeArgs | int | |
parameters | int | |
리턴 | bool |
protected Operation ( OperationContext context, |
||
context | OperationContext | |
expression | ||
리턴 | System |