Northwoods.Go.Xml Assembly > Northwoods.Go.Xml Namespace > GoXmlWriter Class : DefineAndGenerateSharedObject Method |
Object
; if null this method does nothing
Object
; if null this method does nothingif (obj == null) return; Type t = obj.GetType(); if (InvokeSkipGeneration(t, obj)) return; String id = FindShared(obj); if (id == null) { MakeShared(obj); DefineObject(obj); GenerateObject(obj); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2