Sitecore 5.0 API

MainUtil.GetCallerType Method 

Gets the caller type.

[Visual Basic]
Public Shared Function GetCallerType( _
   ByVal indexInStack As Integer _
) As Type
[C#]
public static Type GetCallerType(
   int indexInStack
);

Parameters

indexInStack
In stack of the index.

See Also

MainUtil Class | Sitecore Namespace