Vagabond


IDynamicAssemblyProfile

Namespace: MBrace.Vagabond

customizes slicing behaviour on given dynamic assembly

Instance members

Instance memberDescription
x.Description
Signature: string
Modifiers: abstract

a short description of the profile

CompiledName: get_Description

x.EraseStaticConstructor(arg1)
Signature: Type -> bool
Modifiers: abstract

Specifies if static constructor is to be erased.

x.GetTypeParseBehaviour(arg1)
Signature: Type -> TypeParseBehaviour
Modifiers: abstract

Specifies slice parse behaviour for provided type.

x.IsMatch(arg1)
Signature: Assembly -> bool
Modifiers: abstract

identifies dynamic assemblies that match this profile

x.PickleStaticField(...)
Signature: (field:FieldInfo * isErasedCctor:bool) -> bool
Modifiers: abstract

Specifies if static field value is to be pickled for remote party.

Fork me on GitHub