SPLog.GetInstance 方法 (Type, MethodInfo)
返回属于指定类型基于指定的方法的信息的日志对象的一个实例。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function GetInstance ( _
type As Type, _
method As MethodInfo _
) As SPLog
用法
Dim type As Type
Dim method As MethodInfo
Dim returnValue As SPLog
returnValue = SPLog.GetInstance(type, _
method)
public static SPLog GetInstance(
Type type,
MethodInfo method
)
参数
type
类型:System.TypeSystem.Type对象,该对象表示的类型。
method
类型:System.Reflection.MethodInfoSystem.Reflection.MethodInfo对象,该对象表示的方法的信息。
返回值
类型:Microsoft.SharePoint.Upgrade.SPLog
SPLog 对象,该对象表示的日志。
备注
GetInstance方法实现格式full_name_of_type::name_of_method作为类别。
如果两个参数中包含空引用(无 在 Visual Basic 中),则此方法返回一个System.ArgumentNullException的例外。