| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AopUtils.GetTargetType Method
Gets the type of the target.
[Visual Basic]
Public Shared Sub GetTargetType( _
ByVal
candidate As
Object _
)
[C#]
public static
Type GetTargetType(
object candidate);
Parameters
-
candidate
- The candidate.
Return Value
See Also
AopUtils Class | Spring.Aop.Framework Namespace