Class AttributesToAvoidReplicating
A list of attributes that must not be replicated when building a proxy. JustMock tries to copy all attributes from the types and methods being proxied, but that is not always a good idea for every type of attribute. Add additional attributes to this list that prevent the proxy from working correctly.
Inheritance
System.Object
AttributesToAvoidReplicating
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.JustMock
Assembly: Telerik.JustMock.dll
Syntax
public static class AttributesToAvoidReplicating
Methods
Add(Type)
Declaration
public static void Add(Type attribute)
Parameters
System.Type
attribute
|
Add<T>()
Declaration
public static void Add<T>()
Type Parameters
T
|