System.Diagnostics.Log.ModifyLogSwitch C# (CSharp) Méthode

ModifyLogSwitch() private méthode

private ModifyLogSwitch ( int iNewLevel, String strSwitchName, String strParentName ) : void
iNewLevel int
strSwitchName String
strParentName String
Résultat void
    	internal static extern void ModifyLogSwitch (int iNewLevel, String strSwitchName, String strParentName);
    }