ReflectedTypesProvider.GetReflectedType Метод

Определение

Перегрузки

GetReflectedType(String)
GetReflectedType(String, Boolean)

GetReflectedType(String)

Исходный код:
ReflectedTypesProvider.cs
Исходный код:
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)

Исходный код:
ReflectedTypesProvider.cs
Исходный код:
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

Возвращаемое значение

Применяется к