Constable Authorization Engine 2.0 BETA

DesignHelper.CreateNewNamedObject Method 

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
Public Shared Function CreateNewNamedObject( _
   ByVal dialogOwner As IWin32Window, _
   ByVal objectType As Type _
) As NamedObjectBase
[C#]
public static NamedObjectBase CreateNewNamedObject(
   IWin32Window dialogOwner,
   Type objectType
);

See Also

DesignHelper Class | LaMarvin.Constable.Design Namespace