AjScript.Tests.TypeUtilitiesTests.GetValueFromType C# (CSharp) 메소드

GetValueFromType() 개인적인 메소드

private GetValueFromType ( ) : void
리턴 void
        public void GetValueFromType()
        {
            Assert.IsFalse((bool)TypeUtilities.InvokeTypeMember(typeof(System.IO.File), "Exists", new object[] { "unknown.txt" }));
        }