NSExpression
NSExpression(IntPtr)
NSExpression(NativeHandle)
NSExpression(NSCoder)
NSExpression(NSExpressionType)
NSExpression(NSObjectFlag)
Arguments
Block
ClassHandle
Collection
ConstantValue
ExpressionForEvaluatedObject
ExpressionType
FalseExpression
Function
KeyPath
LeftExpression
Operand
Predicate
RightExpression
TrueExpression
Variable
AllowEvaluation()
Copy(NSZone)
EncodeTo(NSCoder)
EvaluateWith(NSObject, NSMutableDictionary)
ExpressionValueWithObject(NSObject, NSMutableDictionary)
FromAggregate(NSExpression[])
FromAnyKey()
FromConditional(NSPredicate, NSExpression, NSExpression)
FromConstant(NSObject)
FromFormat(String)
FromFormat(String, NSExpression[])
FromFormat(String, NSObject[])
FromFunction(NSExpressionCallbackHandler, NSExpression[])
FromFunction(NSExpressionHandler, NSExpression[])
FromFunction(String, NSExpression[])
FromFunction(NSExpression, String, NSExpression[])
FromIntersectSet(NSExpression, NSExpression)
FromKeyPath(String)
FromMinusSet(NSExpression, NSExpression)
FromSubquery(NSExpression, String, NSObject)
FromUnionSet(NSExpression, NSExpression)
FromVariable(String)
xamarinios
namespace Foundation
{
[Register("NSExpression", true)]
public class NSExpression : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[Obsolete("Use 'EvaluateWith' instead.")]
public virtual NSExpression ExpressionValueWithObject(NSObject obj, NSMutableDictionary context);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use 'EvaluateWith' instead. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API