GetTokenIndex() 정적인 개인적인 메소드

static private GetTokenIndex ( ) : int
리턴 int
예제 #1
0
        //------------------------------------------------------
        //
        // OBJECT OVERRIDES
        //
        //------------------------------------------------------

        /// <internalonly/>
        int IBuiltInPermission.GetTokenIndex()
        {
            return HostProtectionPermission.GetTokenIndex();
        }