4.2.0
28 Sep 17
Toggle Dropdown
Version 5
5.2.1
9 Mar 25
5.1.1
30 Dec 22
5.1.0
2 Aug 22
5.0.0
11 May 22
5.0.0-beta001
10 May 22
Version 4
4.4.1
6 May 20
4.4.0
5 Apr 19
4.3.1
20 Jun 18
4.3.0
6 Jun 18
4.2.1
10 Oct 17
4.2.0
28 Sep 17
4.1.1
12 Jul 17
4.1.0
11 Jun 17
4.0.0
24 Jan 17
4.0.0-beta002
27 Oct 16
Compare to version...
with 4.0.0-beta002
Toggle Dropdown
Version 5
5.2.1
9 Mar 25
5.1.1
30 Dec 22
5.1.0
2 Aug 22
5.0.0
11 May 22
5.0.0-beta001
10 May 22
Version 4
4.4.1
6 May 20
4.4.0
5 Apr 19
4.3.1
20 Jun 18
4.3.0
6 Jun 18
4.2.1
10 Oct 17
4.2.0
28 Sep 17
4.1.1
12 Jul 17
4.1.0
11 Jun 17
4.0.0
24 Jan 17
4.0.0-beta002
27 Oct 16
Download Package
Open in NuGet
<
PackageReference
Include
=
"Castle.Core"
Version
=
"4.2.0"
/>
API Differences between 4.2.0 and 4.0.0-beta002
8
Additions
2
Removals
Castle.DynamicProxy
public
interface
IProxyTargetAccessor
void
DynProxySetTarget
(
object
target
)
public
static
class
ProxyUtil
public
ProxyUtil
()
public
static
bool
IsAccessible
(
MethodBase
method
)
public
static
bool
IsAccessible
(
MethodBase
method
,
out
string
message
)
public
static
bool
IsAccessible
(
Type
type
)
Castle.DynamicProxy.Contributors
public
class
FieldReferenceComparer
:
IComparer
<
Type
>
public
FieldReferenceComparer
()
public
int
Compare
(
Type
x
,
Type
y
)
public
abstract
class
ProxyInstanceContributor
:
ITypeContributor
protected
abstract
Expression
GetTargetReferenceExpression
(
ClassEmitter
emitter
)
protected
abstract
Reference
GetTargetReference
(
ClassEmitter
emitter
)