public WBXMLInspector() { wbxmlDoc = new WBXMLDocument(); wbxmlDoc.VersionNumber = 1.3; wbxmlDoc.TagCodeSpace = new ActiveSyncCodeSpace(); wbxmlDoc.AttributeCodeSpace = new ActiveSyncAttributeCodeSpace(); wbxmlDoc.Encoding = Encoding.UTF8; xmlView = new XMLView(); textView = new RawView(this); rawBody = null; validHeader = false; tagPageControl = null; }
public static ICollection <DirectoryEntryProperty> GetRawProperties(DirectoryEntry entry) { return(RawView.GetProperties(entry)); }