System.Xml.Xsl.IlGen.GenerateHelper.CallStartRtfConstruction C# (CSharp) Méthode

CallStartRtfConstruction() public méthode

public CallStartRtfConstruction ( string baseUri ) : void
baseUri string
Résultat void
        public void CallStartRtfConstruction(string baseUri)
        {
            EnsureWriter();
            LoadQueryRuntime();
            Emit(OpCodes.Ldstr, baseUri);
            Emit(OpCodes.Ldloca, _locXOut);
            Call(XmlILMethods.StartRtfConstr);
        }