Beispiel #1
0
        internal static AccessControlListWrapper GetInstance()
        {
            AccessControlList real = default(AccessControlList);

            RealInstanceFactory(ref real);
            var instance = (AccessControlListWrapper)AccessControlListWrapper.GetWrapper(real);

            InstanceFactory(ref instance);
            if (instance == null)
            {
                Assert.Inconclusive("Could not Create Test Instance");
            }
            return(instance);
        }
Beispiel #2
0
 static partial void InstanceFactory(ref AccessControlListWrapper instance, [CallerMemberName] string callerName = "");