internal static void GenerateLoadRssFromOpml(global::System.CodeDom.CodeTypeDeclaration channelType) { object[] args = new object[] { channelType }; m_privateType.InvokeStatic("GenerateLoadRssFromOpml", new System.Type[] { typeof(global::System.CodeDom.CodeTypeDeclaration) }, args); }
internal static void GenerateLoadRssItems(global::System.CodeDom.CodeTypeDeclaration channelType, string itemTypeName) { object[] args = new object[] { channelType, itemTypeName }; m_privateType.InvokeStatic("GenerateLoadRssItems", new System.Type[] { typeof(global::System.CodeDom.CodeTypeDeclaration), typeof(string) }, args); }
internal static bool TypeContainsProperty(global::System.CodeDom.CodeTypeDeclaration type, string propertyToFind) { object[] args = new object[] { type, propertyToFind }; bool ret = ((bool)(m_privateType.InvokeStatic("TypeContainsProperty", new System.Type[] { typeof(global::System.CodeDom.CodeTypeDeclaration), typeof(string) }, args))); return(ret); }
internal static void AddCodeProperty(string nodeName, global::System.Xml.XmlNodeType nodeType, global::System.CodeDom.CodeTypeReference propertyType, global::System.CodeDom.CodeTypeDeclaration classType, bool collection) { object[] args = new object[] { nodeName, nodeType, propertyType, classType, collection }; m_privateType.InvokeStatic("AddCodeProperty", new System.Type[] { typeof(string), typeof(global::System.Xml.XmlNodeType), typeof(global::System.CodeDom.CodeTypeReference), typeof(global::System.CodeDom.CodeTypeDeclaration), typeof(bool) }, args); }