Alba.Jaml.MSInternal.XamlContext.GetXamlType C# (CSharp) Метод

GetXamlType() приватный Метод

private GetXamlType ( XamlTypeName typeName, bool returnUnknownTypesOnFailure ) : XamlType
typeName XamlTypeName
returnUnknownTypesOnFailure bool
Результат XamlType
        internal XamlType GetXamlType (XamlTypeName typeName, bool returnUnknownTypesOnFailure)
        {
            return this.GetXamlType(typeName, returnUnknownTypesOnFailure, false);
        }

Same methods

XamlContext::GetXamlType ( XamlName typeName ) : XamlType
XamlContext::GetXamlType ( XamlName typeName, bool returnUnknownTypesOnFailure ) : XamlType
XamlContext::GetXamlType ( XamlTypeName typeName ) : XamlType
XamlContext::GetXamlType ( XamlTypeName typeName, bool returnUnknownTypesOnFailure, bool skipVisibilityCheck ) : XamlType
XamlContext::GetXamlType ( string ns, string name, IList typeArguments ) : XamlType