CheckComposition() public static method

public static CheckComposition ( IConnectionInfo cxInfo ) : void
cxInfo IConnectionInfo
return void
Exemplo n.º 1
0
        /// <summary>
        /// We're using the parameterless EM constructor, so no constructor arguments are provided.
        /// </summary>
        public override object[] GetContextConstructorArguments(IConnectionInfo cxInfo)
        {
            // We need to fix MEF probing in some circumstances, so let's check and do it before creating the EM.
            DevForceTypes.CheckComposition(cxInfo);

            return(null);
        }