RazorEngine


Invocation

Defined in RazorEngine.dll.
Storable representation of an invocation without the target

Constructors

ConstructorDescription
new(kind, name, storedArgs)
Signature: (kind:InvocationKind * name:String_OR_InvokeMemberName * storedArgs:obj []) -> unit

Instance members

Instance memberDescription
Args()
Signature: unit -> obj []
Gets or sets the args.
Equals(other)
Signature: other:Invocation -> bool
Equalses the specified other.
Equals(obj)
Signature: obj:obj -> bool
Modifiers: abstract
Equalses the specified other.
GetHashCode()
Signature: unit -> int
Modifiers: abstract
Get the hash code.
Invoke(target, args)
Signature: (target:obj * args:obj []) -> obj
Modifiers: abstract
InvokeWithArgs(target, args)
Signature: (target:obj * args:obj []) -> obj
InvokeWithStoredArgs(target)
Signature: target:obj -> obj
Modifiers: abstract
Invokes the invocation on specified target.
Kind()
Signature: unit -> InvocationKind
Gets or sets the kind.
Name()
Signature: unit -> String_OR_InvokeMemberName
Gets or sets the name.

Static members

Static memberDescription
Create(kind, name, storedArgs)
Signature: (kind:InvocationKind * name:String_OR_InvokeMemberName * storedArgs:obj []) -> Invocation
Fork me on GitHub