Alba.Jaml.MSInternal.XamlContext.GetXamlType C# (CSharp) Method

GetXamlType() private method

private GetXamlType ( XamlName typeName, bool returnUnknownTypesOnFailure ) : XamlType
typeName XamlName
returnUnknownTypesOnFailure bool
return XamlType
        internal XamlType GetXamlType (XamlName typeName, bool returnUnknownTypesOnFailure)
        {
            XamlTypeName xamlTypeName = this.GetXamlTypeName(typeName);
            return this.GetXamlType(xamlTypeName, returnUnknownTypesOnFailure);
        }

Same methods

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