ReflectedTypesProvider.GetReflectedType 方法

定义

重载

GetReflectedType(String)
GetReflectedType(String, Boolean)

GetReflectedType(String)

Source:
ReflectedTypesProvider.cs
Source:
ReflectedTypesProvider.cs
public:
 Type ^ GetReflectedType(System::String ^ modelType);
public Type GetReflectedType (string modelType);
member this.GetReflectedType : string -> Type
Public Function GetReflectedType (modelType As String) As Type

参数

modelType
String

返回

适用于

GetReflectedType(String, Boolean)

Source:
ReflectedTypesProvider.cs
Source:
ReflectedTypesProvider.cs
public:
 Type ^ GetReflectedType(System::String ^ modelType, bool lookInDependencies);
public Type GetReflectedType (string modelType, bool lookInDependencies);
member this.GetReflectedType : string * bool -> Type
Public Function GetReflectedType (modelType As String, lookInDependencies As Boolean) As Type

参数

modelType
String
lookInDependencies
Boolean

返回

适用于