Method | Description | |
---|---|---|
GetOperandProperty ( VMPrimitiveOperand op, string propertyN ) : object | ||
SetOperandProperty ( VMPrimitiveOperand op, string propertyN, object value ) : void |
public static GetOperandProperty ( VMPrimitiveOperand op, string propertyN ) : object | ||
op | VMPrimitiveOperand | |
propertyN | string | |
return | object |
public static SetOperandProperty ( VMPrimitiveOperand op, string propertyN, object value ) : void | ||
op | VMPrimitiveOperand | |
propertyN | string | |
value | object | |
return | void |